lab/x1/spray/bottom_reset.S

8 lines
86 B
ArmAsm

.text
.align 2
.global _start
_start:
ldr r0, =0x00000000
mov pc, r0