7 lines
75 B
ArmAsm
7 lines
75 B
ArmAsm
|
.globl __start
|
||
|
.type __start, %function
|
||
|
__start:
|
||
|
rts
|
||
|
nop
|
||
|
.end __start
|