mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
9 lines
118 B
ArmAsm
9 lines
118 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
.dc.a __start__foo
|
|
.dc.a bar
|
|
.section _foo,"aw",%progbits
|
|
foo:
|
|
.ascii "This is foo"
|