summaryrefslogtreecommitdiff
path: root/asm/memory.s
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-10-21 17:48:40 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-10-21 17:48:40 -0500
commite1f9c17e3569e666d81f9d20fb9d57d4cd614eb0 (patch)
treede9cf09407173cb0530ca52cbf7d186686375f88 /asm/memory.s
parent184d3819ab381c54821b157770d015c0dce8d82a (diff)
further splitting and decomping
Diffstat (limited to 'asm/memory.s')
-rw-r--r--asm/memory.s33
1 files changed, 0 insertions, 33 deletions
diff --git a/asm/memory.s b/asm/memory.s
index 1b9d36e..d113ece 100644
--- a/asm/memory.s
+++ b/asm/memory.s
@@ -5,39 +5,6 @@
.text
- thumb_func_start xxx_memory_attr_related
-xxx_memory_attr_related:
- push {lr}
- adds r1, r0, 0
- cmp r1, 0
- bne _0800303C
- movs r0, 0
- b _08003060
-_0800303C:
- movs r0, 0x8
- ands r0, r1
- cmp r0, 0
- beq _08003048
- movs r0, 0x4
- b _08003060
-_08003048:
- movs r2, 0x7
- ands r2, r1
- movs r0, 0x1
- cmp r2, 0x7
- beq _08003060
- movs r0, 0x2
- cmp r2, 0x1
- beq _08003060
- movs r0, 0x5
- cmp r2, 0x3
- bne _08003060
- movs r0, 0x3
-_08003060:
- pop {r1}
- bx r1
- thumb_func_end xxx_memory_attr_related
-
thumb_func_start MemorySearchFromFront
MemorySearchFromFront:
push {r4-r7,lr}