mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
12 lines
126 B
ArmAsm
12 lines
126 B
ArmAsm
|
.text
|
||
|
.type foo,%gnu_indirect_function
|
||
|
foo:
|
||
|
ret
|
||
|
.globl _start
|
||
|
_start:
|
||
|
ret
|
||
|
.globl __start
|
||
|
__start:
|
||
|
.data
|
||
|
.long foo - .
|