diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-15 20:00:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 20:00:23 -0400 |
commit | cc8c8de4b247b0bea5232eed8a89c7756740dd58 (patch) | |
tree | 6e264e9842357b46892a17ca668f3e5d904f0e2d /asm/code_80249BA0.s | |
parent | 009723e16826b8f2b7552e90416f957a04e80308 (diff) | |
parent | a836f7937002b51b9be5afeae973ff0d7bbf6a5e (diff) |
Merge pull request #146 from mparisi20/master
Finish splitting all code according to .ctors
Diffstat (limited to 'asm/code_80249BA0.s')
-rw-r--r-- | asm/code_80249BA0.s | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/asm/code_80249BA0.s b/asm/code_80249BA0.s new file mode 100644 index 0000000..0dfb143 --- /dev/null +++ b/asm/code_80249BA0.s @@ -0,0 +1,19 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global func_80249BA0
+func_80249BA0:
+/* 80249BA0 00245800 38 60 00 01 */ li r3, 1
+/* 80249BA4 00245804 4E 80 00 20 */ blr
+
+.global func_80249BA8
+func_80249BA8:
+/* 80249BA8 00245808 38 A0 00 01 */ li r5, 1
+/* 80249BAC 0024580C 38 6D A5 E0 */ addi r3, r13, lbl_8063F8A0-_SDA_BASE_
+/* 80249BB0 00245810 38 80 00 04 */ li r4, 4
+/* 80249BB4 00245814 38 00 00 00 */ li r0, 0
+/* 80249BB8 00245818 98 AD A5 E0 */ stb r5, lbl_8063F8A0-_SDA_BASE_(r13)
+/* 80249BBC 0024581C B0 83 00 02 */ sth r4, 2(r3)
+/* 80249BC0 00245820 98 03 00 04 */ stb r0, 4(r3)
+/* 80249BC4 00245824 4E 80 00 20 */ blr
|