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

	xdef	foo
foo
	while <cs> do
	endw

	clr d1
	while d1 <le> #10 do
	  add #1,d1
	endw

	nop
	nop