Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / continue.s
1 ; Test line continuation, making sure a commented line is not
2 ; broken up and that a continued line is.
3 .text
4 .syntax no_register_prefix
5 start:
6 ; move.d r1,[r8]@ move.d r2,[r8]
7 move.d r7,[r8]@ move.d r9,[r8]
This page took 0.032868 seconds and 4 git commands to generate.