Updated ARC assembler from arccores.com
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / repeat.d
1 #objdump: -d --prefix-addresses
2 #name: MRI structured repeat
3 #as: -M
4
5 # Test MRI structured repeat pseudo-op.
6
7 .*: file format .*
8
9 Disassembly of section .text:
10 0+000 <foo> bccs 0+000 <foo>
11 0+002 <foo\+(0x|)2> clrw %d1
12 0+004 <foo\+(0x|)4> addqw #1,%d1
13 0+006 <foo\+(0x|)6> cmpiw #10,%d1
14 0+00a <foo\+(0x|)a> bgts 0+004 <foo\+(0x|)4>
15 0+00c <foo\+(0x|)c> nop
16 0+00e <foo\+(0x|)e> nop
This page took 0.030203 seconds and 4 git commands to generate.