Difference between revisions of "Bios call B"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " lui r8,0x0000 addiu r8,r8,0x05c4 jr r8 nop")
 
(finally)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  lui r8,0x0000
+
  000000b0: 3c080000 lui r8,0x0000
  addiu r8,r8,0x05c4
+
  000000b4: 250805e0 addiu r8,r8,0x05e0
  jr r8
+
  000000b8: 01000008 jr r8
  nop
+
  000000bc: 00000000 nop

Latest revision as of 05:47, 23 September 2024

000000b0: 3c080000 lui r8,0x0000
000000b4: 250805e0 addiu r8,r8,0x05e0
000000b8: 01000008 jr r8
000000bc: 00000000 nop