URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [string-2.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
; Test that strings are evaluated as in the manual (slightly modified). ; FIXME: This should be a generic test. .text start: .ascii "This\0x20is a\040string\x20with a \"newline\" at the 'end'" .ascii "Megatroid\n", "AX-Foo\r\n" end:
Go to most recent revision | Compare with Previous | Blame | View Log