mailbox -> 0x08006890 (banner overflowed it)
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
|||||||
.global maze_stub
|
.global maze_stub
|
||||||
maze_stub:
|
maze_stub:
|
||||||
push {r0-r3}
|
push {r0-r3}
|
||||||
movw r12, #:lower16:0x08006888
|
movw r12, #:lower16:0x08006890
|
||||||
movt r12, #:upper16:0x08006888
|
movt r12, #:upper16:0x08006890
|
||||||
ldr r0, [r12, #32]
|
ldr r0, [r12, #32]
|
||||||
add r0, #1
|
add r0, #1
|
||||||
and r0, #7
|
and r0, #7
|
||||||
|
|||||||
Reference in New Issue
Block a user