home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / TPP1SRC.ZIP / SINTBL.INC < prev    next >
Encoding:
Text File  |  1996-04-30  |  396 b   |  13 lines

  1. ; Sinus offset table created by SINTBL.C
  2. ; For use with TPP's intro #1.
  3. ; Total: 30 offsets.
  4.  
  5. ; NOTE! USE A-L-W-A-Y-S DW INSTEAD OF DB IN THIS TABLE!!!!!!!
  6.  
  7. SineTable  dw 4,4,5,6,6,7,7,7,7,7,7,6,6,5,4,4,4,3,2,2,1,1,1,1,1,1,2,2,3
  8.            dw 4,4
  9.  
  10. ; Extra 23 bytes - allows more speed as the table don't needs wraparround.
  11.  
  12.            dw 4,4,5,6,6,7,7,7,7,7,7,6,6,5,4,4,4,3,2,2,1,1,1
  13.