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