mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
8 lines
313 B
ArmAsm
8 lines
313 B
ArmAsm
|
.data
|
||
|
.asciz "line1 : This is a line without a newline at the end"
|
||
|
.asciz "line2 : This is a line with a newline at the end\n"
|
||
|
.asciz "line3 : This is a line with a \nnewline in the middle"
|
||
|
.asciz "line4 : This is a line with a \rcontrol character"
|
||
|
.asciz ""
|
||
|
.asciz "line6 : The previous line was empty\n"
|