7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.type foo, %function
|
||
|
foo:
|
||
|
.space 16
|
||
|
.size foo, 16
|