9 lines
109 B
ArmAsm
9 lines
109 B
ArmAsm
|
.functype lib_func () -> ()
|
||
|
|
||
|
.globl _start
|
||
|
_start:
|
||
|
.functype _start () -> ()
|
||
|
call lib_func
|
||
|
end_function
|
||
|
|