diff options
Diffstat (limited to 'asm/memory.s')
-rw-r--r-- | asm/memory.s | 33 |
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} |