Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rl78 / sp-relative-movw.d
1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: RL78: correct display of SP-relative movw instructions
3
4 .*: +file format .*rl78.*
5
6 Disassembly of section .text:
7 0x0+000 cb f8 34 12[ ]+movw sp, #0x1234
8 0x0+004 ae f8[ ]+movw ax, sp
9 0x0+006 be f8[ ]+movw sp, ax
10 0x0+008 af f8 ff[ ]+movw ax, !0x000ffff8
11 0x0+00b bf f8 ff[ ]+movw !0x000ffff8, ax
12 0x0+00e fb f8 ff[ ]+movw hl, sp
13 0x0+011 db f8 ff[ ]+movw bc, sp
14 0x0+014 eb f8 ff[ ]+movw de, sp
This page took 0.030018 seconds and 4 git commands to generate.