8 lines
89 B
ArmAsm
8 lines
89 B
ArmAsm
|
|
||
|
.section .init
|
||
|
.globl _start
|
||
|
.type _start,@function
|
||
|
|
||
|
_start:
|
||
|
|
||
|
la sp, _sp
|