* gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
[deliverable/binutils-gdb.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:
This page took 0.052558 seconds and 4 git commands to generate.