[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / string-1.s
CommitLineData
a471a06b
HPN
1; Test that strings are evaluated as in the manual (slightly modified).
2; FIXME: This should be a generic test. Note that this will
3; fail if the parsing "\x20a" fails to recoignize this as " a".
4 .text
5start:
6 .ascii "This\0x20is a\040string\x20with\x20a \"newline\" at the 'end'"
7 .ascii "Megatroid\n", "AX-Foo\r\n"
8end:
This page took 0.653026 seconds and 4 git commands to generate.