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