5 lines
64 B
ArmAsm
5 lines
64 B
ArmAsm
.text
|
|
.global _start
|
|
.weak foo
|
|
_start:
|
|
leaq foo(%rip), %rax
|