7 lines
71 B
ArmAsm
7 lines
71 B
ArmAsm
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
.cfi_startproc
|
||
|
.skip 16
|
||
|
.cfi_endproc
|