This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19159.d
CommitLineData
c2f28758
VK
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
6Disassembly of section .text:
70x0+000 89[ ]+mov[ ]+a, \[de\]
80x0+001 8a 00[ ]+mov[ ]+a, \[de\+0\]
90x0+003 8a 01[ ]+mov[ ]+a, \[de\+1\]
100x0+005 99[ ]+mov[ ]+\[de], a
110x0+006 9a 00[ ]+mov[ ]+\[de\+0\], a
120x0+008 9a 01[ ]+mov[ ]+\[de\+1\], a
130x0+00a a9[ ]+movw[ ]+ax, \[de\]
140x0+00b aa 00[ ]+movw[ ]+ax, \[de\+0\]
150x0+00d aa 01[ ]+movw[ ]+ax, \[de\+1\]
This page took 0.310484 seconds and 4 git commands to generate.