1; Test that strings are evaluated as in the manual (slightly modified).
2; FIXME:  This should be a generic test.
3 .text
4start:
5 .ascii "This\0x20is a\040string\x20with a \"newline\" at the 'end'"
6 .ascii "Megatroid\n", "AX-Foo\r\n"
7end:
8