Initial revision
[binutils.git] / gas / testsuite / gas / mri / for.s
blob7524725a4b7adae42302d4b26478ba4265da7dca
1 ; Test MRI structured for pseudo-op.
3 xdef foo
4 foo
5 clr d1
6 for d0 = #1 to #10 by #2 do
7 add d0,d1 arbitrary text 'in comment field
8 if <vs> then
9 break
10 endi
11 endf
13 clr d1
14 for d0 = #10 downto #1 do
15 if d1 <ge> #100 then
16 next
17 endi
18 add d0,d1
19 endf
21 nop
22 nop