Update year range in copyright notice of all files.
[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.032832 seconds and 4 git commands to generate.