Display system registers by their names when disassembling RL78 instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / pr19158.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: PR19158: RL78: Show the system registers in disassembly
3
4 .*: +file format .*rl78.*
5
6 Disassembly of section .text:
7 0+000 <.*> 8e f8[ ]+mov[ ]+a, spl
8 0+002 <.*> 9e f8[ ]+mov[ ]+spl, a
9 0+004 <.*> ce f8 7b[ ]+mov[ ]+spl, #123
10 0+007 <.*> 61 ab f8[ ]+xch[ ]+a, spl
11 0+00a <.*> ae f8[ ]+movw[ ]+ax, sp
12 0+00c <.*> be f8[ ]+movw[ ]+sp, ax
13 0+00e <.*> cb f8 34 12[ ]+movw[ ]+sp, #0x1234
14 0+012 <.*> 61 ab fa[ ]+xch[ ]+a, psw
15 0+015 <.*> 61 ab f9[ ]+xch[ ]+a, sph
16 0+018 <.*> 61 ab fc[ ]+xch[ ]+a, cs
17 0+01b <.*> 61 ab fd[ ]+xch[ ]+a, es
18 0+01e <.*> 61 ab fe[ ]+xch[ ]+a, pmc
19 0+021 <.*> 61 ab ff[ ]+xch[ ]+a, mem
This page took 0.030984 seconds and 4 git commands to generate.