summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/repeat.s
blob: 0e4ea2b6527490db2381131a0ddb5e8ddb37c6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; Test MRI structured repeat pseudo-op.

	xdef	foo
foo
	repeat
	until	<cs>

	clr d1
	repeat
	  add #1,d1
	until d1 <ge> #10

	nop
	nop