8 lines
62 B
ArmAsm
8 lines
62 B
ArmAsm
|
.global _start
|
||
|
.text
|
||
|
_start:
|
||
|
nop
|
||
|
|
||
|
.section .sec, "aw"
|
||
|
.word 4
|