5 lines
53 B
ArmAsm
5 lines
53 B
ArmAsm
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
movl foo(%rip), %eax
|