mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-19 11:32:13 +00:00
18 lines
224 B
ArmAsm
18 lines
224 B
ArmAsm
.section .rodata.str1.8,"aMS",%progbits,1
|
|
.p2align 3
|
|
.LC0:
|
|
.asciz "abcdefg"
|
|
.p2align 3
|
|
.LC1:
|
|
.asciz "defg"
|
|
.p2align 3
|
|
.LC2:
|
|
.asciz "01234567abcdefg"
|
|
|
|
.text
|
|
.global _start
|
|
_start:
|
|
.long .LC0
|
|
.long .LC1
|
|
.long .LC2
|