mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
18 lines
257 B
ArmAsm
18 lines
257 B
ArmAsm
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
.long 0
|
|
|
|
.section .gnu.linkonce.d.dummy,"aw"
|
|
.long 0
|
|
foo:
|
|
.long 0
|
|
.section .debug_frame,"",%progbits
|
|
.long foo
|