diff options
Diffstat (limited to 'asm/odenotstub')
-rw-r--r-- | asm/odenotstub/odenotstub.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/odenotstub/odenotstub.s b/asm/odenotstub/odenotstub.s new file mode 100644 index 0000000..6b167f7 --- /dev/null +++ b/asm/odenotstub/odenotstub.s @@ -0,0 +1,7 @@ +.include "macros.inc" + +.section .text, "ax" # 0x80005600 - 0x8036FBA0 +.global Hu_IsStub +Hu_IsStub: +/* 800AF010 000ABF50 38 60 00 00 */ li r3, 0 +/* 800AF014 000ABF54 4E 80 00 20 */ blr |