home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / AGGRESSN / MOTION.ZIP / MOTION / DSP / GTMAPDSP.S56 < prev    next >
Text File  |  1990-01-01  |  365b  |  19 lines

  1. ; Gshade TxTmap from DSP ram by WizTom of Aggression
  2. ; 32*32*16
  3. ; X  Y  Z
  4. ; 25k pixel frame!!!
  5.  
  6. ;--- SCANLINE
  7.     add    x,a    b,r0        ;z4.10 - y5.7 - x5.7
  8.     tfr    a,b    l:#$fc00-2^9,y
  9.  
  10.     and    y1,b    a1,y1        ;crop Z,copy Y
  11.     mac    y0,y1,b    l:#$ffe0-2^4,y    ;inc Y
  12.  
  13.     and    y0,b    a1,y1        ;wipe 5 bit, copy X
  14.     mac    y0,y1,b
  15.  
  16.     zek cpu ready?
  17.     move    x:(r0),CPU    ;txt from dsp
  18. ;--------
  19.