]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/mri/macro.out
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / mri / macro.out
1 ;get macro arg1,arg2,arg3
2 ; dc.l arg1
3 ; arg2
4 ;arg3 dc.l \4
5 ; move.\0 d0,d1
6 ; endm
7 ;
8
9 ; get.b 1,<dc.l 2>,label,four
10 ; dc.l 1
11 dc.l 1
12 ; dc.l 2
13 dc.l 2
14 ;label dc.l four
15 label: dc.l four
16 ; move.b d0,d1
17 move.b d0,d1
18 ;