* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / macroat.s
1 ; Test that an "@" does do TRT in a macro, and does not break up
2 ; lines.
3 .macro test_h_gr val reg
4 cmp.d \val,\reg
5 beq test_gr\@
6 nop
7 test_gr\@:
8 .endm
9
10 start:
11 test_h_gr 5,r0
12 nop
This page took 0.029941 seconds and 4 git commands to generate.