]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mri/repeat.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mri / repeat.s
1 ; Test MRI structured repeat pseudo-op.
2
3 xdef foo
4 foo
5 repeat
6 until <cs>
7
8 clr d1
9 repeat
10 add #1,d1
11 until d1 <ge> #10
12
13 nop