mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
7 lines
96 B
ArmAsm
7 lines
96 B
ArmAsm
.globl _start
|
|
_start:
|
|
.dc.a __start__foo
|
|
.section _foo,"aw",%progbits
|
|
foo:
|
|
.ascii "This is "
|