mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
15 lines
175 B
ArmAsm
15 lines
175 B
ArmAsm
.section .rodata.str,"aMS","progbits",1
|
|
.LC0:
|
|
.asciz "abc"
|
|
.LC1:
|
|
.asciz "c"
|
|
|
|
.text
|
|
.global _start
|
|
_start:
|
|
.long .LC0
|
|
.LT0:
|
|
.long .LC1
|
|
.long .LC0-.LT0
|
|
.long .LC1-.LT0
|