Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / for.s
CommitLineData
252b5132
RH
1; Test MRI structured for pseudo-op.
2
3 xdef foo
4foo
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
This page took 0.061727 seconds and 4 git commands to generate.