Initial revision
[binutils.git] / gas / testsuite / gas / mri / if.s
blob2646be8ab123dc3de166ca48ab77a1cca1bdd5bf
1 ; Test MRI structured if pseudo-op.
3 xdef foo
4 foo
5 if d1 <gt> d0 and d2 <gt> d0 then
6 if d1 <gt> d2 then
7 move d1,d3
8 else
9 move d2,d3
10 endi
11 else
12 if d0 <gt> d1 or d0 <gt> d2 then
13 move d0,d3
14 endi
15 endi
17 nop