mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
11 lines
145 B
ArmAsm
11 lines
145 B
ArmAsm
.globl foo
|
|
.section .rodata.str1.1,"aMS",@progbits,1
|
|
.LC0:
|
|
.string "Hello"
|
|
.data
|
|
.align 4
|
|
.type foo, @object
|
|
.size foo, 4
|
|
foo:
|
|
.long .LC0
|