6 lines
87 B
ArmAsm
6 lines
87 B
ArmAsm
|
.type _start,"function"
|
||
|
.section .text,"axR",%progbits
|
||
|
.global _start
|
||
|
_start:
|
||
|
.nop
|