mirror of
https://github.com/brain-hackers/lab
synced 2024-11-01 15:58:00 +09:00
8 lines
86 B
ArmAsm
8 lines
86 B
ArmAsm
|
.text
|
||
|
.align 2
|
||
|
.global _start
|
||
|
|
||
|
_start:
|
||
|
ldr r0, =0x00000000
|
||
|
mov pc, r0
|