mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
12 lines
172 B
ArmAsm
12 lines
172 B
ArmAsm
.weak __start_xx
|
|
.weak __stop_xx
|
|
|
|
.text
|
|
.global foo
|
|
foo:
|
|
movq __start_xx@gotpcrel(%rip), %rax
|
|
movq __stop_xx@gotpcrel(%rip), %rax
|
|
|
|
.section xx,"a",unique,1
|
|
.byte 0
|