]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/mri/for.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mri / for.s
CommitLineData
f5cf5e17
ILT
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
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