Advertisement
Nightseeker

Sonic 1 prototype FCOL.BAK source code fragment

Dec 8th, 2022 (edited)
2,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
M68000 Assembler 0.19 KB | Source Code | 0 0
  1.     ??????  scdtblwk,a2
  2.     move.w  d0,d6
  3.     andi.w  #7,d6
  4.     lsl.w   #8,d0
  5.     adda.w  d0,a2
  6.  
  7.     move.w  d2,d1           ;
  8.     lsr.w   #4,d1
  9.     move.w  d3,d1
  10.     rol.w   #1,d1           ;
  11.     andi.w  #$1e,d1
  12.     addx.w  d1,d0
  13.  
  14.     swap    d4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement