* gas/mri/for.d, gas/mri/for.s: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / while.s
1 ; Test MRI structured while pseudo-op.
2
3 xdef foo
4 foo
5 while <cs> do
6 endw
7
8 clr d1
9 while d1 <le> #10 do
10 add #1,d1
11 endw
12
13 nop
This page took 0.031674 seconds and 5 git commands to generate.