Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/binutils/testsuite/binutils-all/pr25543.s
2023-03-06 14:48:14 +01:00

7 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"