lab/x1/spray/bottom_reset.S

8 lines
86 B
ArmAsm
Raw Permalink Normal View History

2021-03-06 00:02:19 +09:00
.text
.align 2
.global _start
_start:
ldr r0, =0x00000000
mov pc, r0