Difference between revisions of "Bios Get IRQ CAUSE & EPC"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "00000ea0: 40026800 mfc0 r2,$13,0x0 00000ea4: 40037000 mfc0 r3,$14,0x0 #returns CAUSE in r2, and EPC in r3 00000ea8: 03e00008 jr r31 # so, it isn't required to have...")
 
m
 
Line 1: Line 1:
00000ea0: 40026800 mfc0 r2,$13,0x0
+
00000ea0: 40026800 mfc0 r2,$13,0x0
00000ea4: 40037000 mfc0 r3,$14,0x0  #returns CAUSE in r2, and EPC in r3
+
00000ea4: 40037000 mfc0 r3,$14,0x0  #returns CAUSE in r2, and EPC in r3
00000ea8: 03e00008 jr r31          # so, it isn't required to have a nop between mfco and jr r31?
+
00000ea8: 03e00008 jr r31          # so, it isn't required to have a nop between mfco and jr r31?
00000eac: 00000000 nop
+
00000eac: 00000000 nop

Latest revision as of 10:59, 7 December 2024

00000ea0: 40026800 mfc0 r2,$13,0x0
00000ea4: 40037000 mfc0 r3,$14,0x0  #returns CAUSE in r2, and EPC in r3
00000ea8: 03e00008 jr r31           # so, it isn't required to have a nop between mfco and jr r31?
00000eac: 00000000 nop