Difference between revisions of "Bios call A"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Formatting)
Line 3: Line 3:
 
  000000a8: 01000008 jr r8
 
  000000a8: 01000008 jr r8
 
  000000ac: 00000000 nop
 
  000000ac: 00000000 nop
 
000005c4: 24080200 addiu r8,r0,0x0200 r8 = 200
 
000005c8: 00094880 sll r9,r9,0x02 r9 = r9 * 4
 
000005cc: 01094020 add r8,r8,r9 r8 += r9 * 4
 
000005d0: 8d080000 lw r8,0x0000(r8) r8 = bfc02200 in this case
 
000005d4: 00000000 nop
 
000005d8: 01000008 jr r8
 
000005dc: 00000000 nop
 
 
0002230c: 240a00a0 addiu r10,r0,0x00a0 r10 = a0
 
00022310: 01400008 jr r10
 
00022314: 2409002f addiu r9,r0,0x002f r9 = 2f (47)
 
00022318: 00000000 nop
 

Revision as of 08:42, 23 September 2024

000000a0: 3c080000 lui r8,0x0000		r8 = 00000000
000000a4: 250805c4 addiu r8,r8,0x05c4		r8 = 5c4
000000a8: 01000008 jr r8
000000ac: 00000000 nop