6 lines
91 B
ArmAsm
6 lines
91 B
ArmAsm
.text
|
|
.globl main
|
|
.type main, @function
|
|
main:
|
|
movl foo(%rip), %eax
|
|
.size main, .-main
|