Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19157.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: PR19157: RL78: zero offset omitted
3
4 .*: +file format .*rl78.*
5
6 Disassembly of section .text:
7 0x0+000 88 00[ ]+mov[ ]+a, \[sp\+0\]
8 0x0+002 88 00[ ]+mov[ ]+a, \[sp\+0\]
9 0x0+004 88 01[ ]+mov[ ]+a, \[sp\+1\]
10 0x0+006 a8 00[ ]+movw[ ]+ax, \[sp\+0\]
11 0x0+008 a8 00[ ]+movw[ ]+ax, \[sp\+0\]
12 0x0+00a a8 02[ ]+movw[ ]+ax, \[sp\+2\]
13 0x0+00c c8 00 09[ ]+mov[ ]+\[sp\+0\], #9
14 0x0+00f c8 00 09[ ]+mov[ ]+\[sp\+0\], #9
15 0x0+012 c8 01 09[ ]+mov[ ]+\[sp\+1\], #9
This page took 0.030483 seconds and 4 git commands to generate.