bfd
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / rx-asm-good.inc
1 ; mac1 .MACRO f1,f2
2 ; .IF ..MACPARA == 2
3 ; add f1,f2
4 ; .ELSE
5 ; add r0,f1
6 ; .EXITM
7 ; .ENDIF
8 ; .ENDM
9 ;
10 ; mac2 .MACRO
11 ; .LOCAL f1
12 ; f1:
13 ; nop
14 ; bra f1
15 ; .ENDM
16 ;
17 ;
18 ; mac3 .MACRO p1,src,p2,dest
19 ; MOV@p1@p2 src, dest
20 ; .ENDM
This page took 0.055887 seconds and 4 git commands to generate.