summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/string-1.s
blob: 6c01f641a9dc23bb7b229b0e640f8f4fc1989323 (plain)
1
2
3
4
5
6
7
8
; Test that strings are evaluated as in the manual (slightly modified).
; FIXME:  This should be a generic test.  Note that this will
; fail if the parsing "\x20a" fails to recoignize this as " a".
 .text
start:
 .ascii "This\0x20is a\040string\x20with\x20a \"newline\" at the 'end'"
 .ascii "Megatroid\n", "AX-Foo\r\n"
end: