This commit was generated by cvs2svn to track changes on a CVS vendor
[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
14 nop
This page took 0.03122 seconds and 5 git commands to generate.