8 lines
91 B
ArmAsm
8 lines
91 B
ArmAsm
|
.functype bar () -> ()
|
||
|
|
||
|
.globl foo
|
||
|
foo:
|
||
|
.functype foo () -> ()
|
||
|
call bar
|
||
|
end_function
|