home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.3d
- Path: sparky!uunet!mcsun!sunic!ugle.unit.no!unix1!gardabr
- From: gardabr@unix1 (Gard Eggesbo Abrahamsen)
- Subject: Here's my surface sort routine
- Message-ID: <1992Nov10.124518.28404@ugle.unit.no>
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: University of Trondheim, Norway
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Tue, 10 Nov 92 12:45:18 GMT
- Lines: 10
-
- It was written in 680x0 assembler, but it should work on a Z80 processor
- as well. Can't say if it will work on 80x86, though...
-
- ; 3d surface sort routine
- surfacesort: nop
- rts ; rst for Z80a assembler
- ; end of 3d surface sort routine
-
- /Gard Eggesboe Abrahamsen
- "Why sort what you don't have to sort?"
-