Difference between revisions of "Loop"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Talcall moved page 000159dc - 000159ec to Loop)
m
Line 3: Line 3:
 
  000159dc: 90c3007e lbu r3,0x007e(r6)
 
  000159dc: 90c3007e lbu r3,0x007e(r6)
 
  000159e0: 00801021 addu r2,r4,r0
 
  000159e0: 00801021 addu r2,r4,r0
  000159e4: acc2001c sw r2,0x001c(r6)
+
  000159e4: acc2001c sw r2,0x001c(r6)           store end of loop
 
  000159e8: 03e00008 jr r31
 
  000159e8: 03e00008 jr r31
  000159ec: a0c3002b sb r3,0x002b(r6)
+
  000159ec: a0c3002b sb r3,0x002b(r6)           store start of loop?
 
</font>
 
</font>

Revision as of 05:16, 18 June 2024

000159dc: 90c3007e lbu r3,0x007e(r6)
000159e0: 00801021 addu r2,r4,r0
000159e4: acc2001c sw r2,0x001c(r6)           store end of loop
000159e8: 03e00008 jr r31
000159ec: a0c3002b sb r3,0x002b(r6)           store start of loop?