Difference between revisions of "Increment effect section address loading directive"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 001a1880: 3c03801b lui r3,0x801b 001a1884: 8c6363e8 lw r3,0x63e8(r3) load ?? 001a1888: 34020001 ori r2,r0,0x0001 001a188c: 14620003 bne r3,r2...")
 
m (removed font)
 
Line 1: Line 1:
<font face='Courier New'>
 
 
 
  001a1880: 3c03801b lui r3,0x801b
 
  001a1880: 3c03801b lui r3,0x801b
 
  001a1884: 8c6363e8 lw r3,0x63e8(r3) load ??
 
  001a1884: 8c6363e8 lw r3,0x63e8(r3) load ??
Line 10: Line 8:
 
  001a189c: 03e00008 jr r31
 
  001a189c: 03e00008 jr r31
 
  001a18a0: 00000000 nop
 
  001a18a0: 00000000 nop
</font>
 

Latest revision as of 20:17, 26 April 2025

001a1880: 3c03801b lui r3,0x801b
001a1884: 8c6363e8 lw r3,0x63e8(r3)			load ??
001a1888: 34020001 ori r2,r0,0x0001
001a188c: 14620003 bne r3,r2,0x001a189c		branch if not 1
001a1890: 34020002 ori r2,r0,0x0002
001a1894: 3c01801b lui r1,0x801b
001a1898: ac2263e8 sw r2,0x63e8(r1)			store 2
001a189c: 03e00008 jr r31
001a18a0: 00000000 nop