Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / mri / for.s
1 ; Test MRI structured for pseudo-op.
2
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
12
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
20
21         nop
22         nop