2001-09-04 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / ffxx1-elf.d
1 #objdump: --prefix-addresses -dr
2 #name: FFxx1
3
4 # Test for FFxx:8 addressing.
5
6 .*: file format .*h8300.*
7
8 Disassembly of section .text:
9 0+0000 <reset> 04 00 orc #0x0,ccr
10 0: R_H8_DIR16 .text[+]0x400
11 ...
12 0+0400 <main> f8 7f mov.b #0x7f,r0l
13 0+0402 <main[+](0x|)2> 28 bb mov.b @0xbb:8,r0l
14 0+0404 <main[+](0x|)4> 6a 88 ff b9 mov.b r0l,@0xffb9:16
15 0+0408 <main[+](0x|)8> f8 01 mov.b #0x1,r0l
16 0+040a <loop> 6a 88 ff bb mov.b r0l,@0xffbb:16
17 0+040e <delay> 79 01 00 00 mov.w #0x0,r1
18 0+0412 <deloop> 0b 01 adds #0x1,er1
19 0+0414 <deloop[+](0x|)2> 46 fc bne .-4 \(412\)
20 0+0416 <deloop[+](0x|)4> 12 88 rotl r0l
21 0+0418 <deloop[+](0x|)6> 40 f0 bra .-16 \(40a\)
22 ...
This page took 0.051363 seconds and 5 git commands to generate.