5 lines
62 B
ArmAsm
5 lines
62 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
movl bar, %eax
|