6 lines
65 B
ArmAsm
6 lines
65 B
ArmAsm
.text
|
|
.align 2
|
|
.globl _start
|
|
.ent _start
|
|
_start:
|
|
jal _start
|