Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cris / string-2.s
1 ; Test that strings are evaluated as in the manual (slightly modified).
2 ; FIXME:  This should be a generic test.
3  .text
4 start:
5  .ascii "This\0x20is a\040string\x20with a \"newline\" at the 'end'"
6  .ascii "Megatroid\n", "AX-Foo\r\n"
7 end: