mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +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 - .
|