Remove the ldmx mnemonic that never made it into POWER9.
[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 ...
10 0: R_H8_DIR16 main
11 0+0400 <main>.*mov.b #0x7f,r0l
12 0+0402 <.*>.*mov.b @0xbb:8,r0l
13 0+0404 <.*>.*mov.b r0l,@0xffb9:16
14 0+0408 <.*>.*mov.b #0x1,r0l
15 0+040a <loop>.*mov.b r0l,@0xffbb:16
16 0+040e <delay>.*mov.w #0x0,r1
17 0+0412 <deloop>.*adds #1,r1
18 0+0414 <.*>.*bne .0 \(0x416\)
19 415: R_H8_PCREL8 deloop
20 0+0416 <.*>.*rotl.b r0l
21 0+0418 <.*>.*bra .0 \(0x41a\)
22 419: R_H8_PCREL8 loop
23 ...
This page took 0.029324 seconds and 4 git commands to generate.