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