This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / while.d
1 #objdump: -d
2 #name: MRI structured while
3 #as: -M
4
5 # Test MRI structure while pseudo-op.
6
7 .*: file format .*
8
9 Disassembly of section .text:
10 0+000 <foo> bccs 0+004 <foo\+4>
11 0+002 <foo\+2> bras 0+000 <foo>
12 0+004 <foo\+4> clrw %d1
13 0+006 <foo\+6> cmpiw #10,%d1
14 0+00a <foo\+a> blts 0+010 <foo\+10>
15 0+00c <foo\+c> addqw #1,%d1
16 0+00e <foo\+e> bras 0+006 <foo\+6>
17 0+010 <foo\+10> nop
This page took 0.031975 seconds and 5 git commands to generate.