PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19159.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: PR19159: RL78: zero offset omitted in DE based addressing
3
4 .*: +file format .*rl78.*
5
6 Disassembly of section .text:
7 0x0+000 89[ ]+mov[ ]+a, \[de\]
8 0x0+001 8a 00[ ]+mov[ ]+a, \[de\+0\]
9 0x0+003 8a 01[ ]+mov[ ]+a, \[de\+1\]
10 0x0+005 99[ ]+mov[ ]+\[de], a
11 0x0+006 9a 00[ ]+mov[ ]+\[de\+0\], a
12 0x0+008 9a 01[ ]+mov[ ]+\[de\+1\], a
13 0x0+00a a9[ ]+movw[ ]+ax, \[de\]
14 0x0+00b aa 00[ ]+movw[ ]+ax, \[de\+0\]
15 0x0+00d aa 01[ ]+movw[ ]+ax, \[de\+1\]
This page took 0.031719 seconds and 4 git commands to generate.