Difference between revisions of "SUZUKI SPUCallbackFunc"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 000184f0: 3c028003 lui r2,0x8003 000184f4: 94422a54 lhu r2,0x2a54(r2) 000184f8: 00000000 nop 000184fc: 3042ff8f andi r2,r2,0xff8f 00018500: 3c...")
 
m
Line 6: Line 6:
 
  000184fc: 3042ff8f andi r2,r2,0xff8f
 
  000184fc: 3042ff8f andi r2,r2,0xff8f
 
  00018500: 3c018003 lui r1,0x8003
 
  00018500: 3c018003 lui r1,0x8003
  00018504: a4222a54 sh r2,0x2a54(r1)
+
  00018504: a4222a54 sh r2,0x2a54(r1)         # remove all CD transfer mode encoded instructions
 
  00018508: 03e00008 jr r31
 
  00018508: 03e00008 jr r31
 
  0001850c: 00000000 nop
 
  0001850c: 00000000 nop
 
</font>
 
</font>

Revision as of 09:03, 30 January 2025

000184f0: 3c028003 lui r2,0x8003
000184f4: 94422a54 lhu r2,0x2a54(r2)
000184f8: 00000000 nop
000184fc: 3042ff8f andi r2,r2,0xff8f
00018500: 3c018003 lui r1,0x8003
00018504: a4222a54 sh r2,0x2a54(r1)         # remove all CD transfer mode encoded instructions
00018508: 03e00008 jr r31
0001850c: 00000000 nop