6 lines
60 B
ArmAsm
6 lines
60 B
ArmAsm
.text
|
|
.globl start
|
|
.globl _start
|
|
start:
|
|
_start:
|
|
.long 0
|