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