summaryrefslogtreecommitdiff
path: root/opcodes/rl78-decode.opc
diff options
context:
space:
mode:
authorVinay <Vinay.G@kpit.com>2015-02-23 17:16:30 +0000
committerNick Clifton <nickc@redhat.com>2015-02-23 17:16:30 +0000
commitfd63f640f645878605e4b4bc33ca31fb51583ecd (patch)
tree5596e463d0f74205b7d77a081b05a284c59482bd /opcodes/rl78-decode.opc
parent5518c738a47f0282d6fcc6768e1cde598e9538e0 (diff)
downloadbinutils-gdb-fd63f640f645878605e4b4bc33ca31fb51583ecd.tar.gz
Adds a space between the operands of the RL78's MOV instruction for consistency with the disassembling of other instructions.
* rl78-decode.opc (MOV): Added space between two operands for 'mov' instruction in index addressing mode. * rl78-decode.c: Regenerate.
Diffstat (limited to 'opcodes/rl78-decode.opc')
-rw-r--r--opcodes/rl78-decode.opc4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/rl78-decode.opc b/opcodes/rl78-decode.opc
index 6612e48b554..fc0dea5c3c1 100644
--- a/opcodes/rl78-decode.opc
+++ b/opcodes/rl78-decode.opc
@@ -610,7 +610,7 @@ rl78_decode_opcode (unsigned long pc AU,
/** 1001 1111 mov %e!0, %1 */
ID(mov); DM(None, IMMU(2)); SR(A);
-/** 1001 1001 mov %e0,%1 */
+/** 1001 1001 mov %e0, %1 */
ID(mov); DM(DE, 0); SR(A);
/** 1100 1010 mov %e0, #%1 */
@@ -619,7 +619,7 @@ rl78_decode_opcode (unsigned long pc AU,
/** 1001 1010 mov %e0, %1 */
ID(mov); DM(DE, IMMU(1)); SR(A);
-/** 1001 1011 mov %e0,%1 */
+/** 1001 1011 mov %e0, %1 */
ID(mov); DM(HL, 0); SR(A);
/** 0110 0001 1101 1001 mov %e0, %1 */