7 lines
80 B
ArmAsm
7 lines
80 B
ArmAsm
.text
|
|
.globl foo
|
|
.globl foo
|
|
.type foo,%function
|
|
foo:
|
|
.byte 0
|
|
.size foo, 1
|