mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-20 19:30:37 +00:00
5 lines
53 B
ArmAsm
5 lines
53 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
movl foo(%rip), %eax
|