6 lines
79 B
ArmAsm
6 lines
79 B
ArmAsm
|
.global foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
.global bar
|
||
|
bar:
|