mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08: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
|