mirror of
https://github.com/brain-hackers/lab
synced 2025-10-15 12:48:39 +09:00
Implement bisection
This commit is contained in:
@@ -4,6 +4,5 @@
|
||||
|
||||
_start:
|
||||
loop:
|
||||
nop
|
||||
b loop
|
||||
ldr r0, =0x00000000
|
||||
mov pc, r0
|
||||
|
7
x1/spray/bottom_reset.S
Normal file
7
x1/spray/bottom_reset.S
Normal file
@@ -0,0 +1,7 @@
|
||||
.text
|
||||
.align 2
|
||||
.global _start
|
||||
|
||||
_start:
|
||||
ldr r0, =0x00000000
|
||||
mov pc, r0
|
Reference in New Issue
Block a user