home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / 3d / 1464 < prev    next >
Encoding:
Text File  |  1992-11-10  |  718 b   |  22 lines

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