diff options
author | Jeff Law <law@redhat.com> | 1996-12-11 16:29:02 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-12-11 16:29:02 +0000 |
commit | 532700fc314085f3f76ae3af89e8a33d3aa98f40 (patch) | |
tree | e76ceb66e85bbf7475988ccc3743f02038624e84 /opcodes/mn10200-opc.c | |
parent | e14af8fc413ad29a7943e68cbb2cb79c79916221 (diff) | |
download | gdb-532700fc314085f3f76ae3af89e8a33d3aa98f40.zip gdb-532700fc314085f3f76ae3af89e8a33d3aa98f40.tar.gz gdb-532700fc314085f3f76ae3af89e8a33d3aa98f40.tar.bz2 |
* mn10200-opc.c (mn10200_opcodes): Fix operands for "movb dm,(an)".
Yoshihiro Adachi sez the manual was wrong for this insn.
Diffstat (limited to 'opcodes/mn10200-opc.c')
-rw-r--r-- | opcodes/mn10200-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mn10200-opc.c b/opcodes/mn10200-opc.c index ba4da2a..d63b30f 100644 --- a/opcodes/mn10200-opc.c +++ b/opcodes/mn10200-opc.c @@ -207,7 +207,7 @@ const struct mn10200_opcode mn10200_opcodes[] = { { "movb", 0xf4a00000, 0xfff00000, FMT_7, {MEM2(IMM24,AN1), DM0}}, { "movb", 0xf040, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}}, { "movb", 0xf4c40000, 0xfffc0000, FMT_7, {MEM(IMM24_MEM), DN0}}, -{ "movb", 0x10, 0xf0, FMT_1, {DM1, MEM(AN0)}}, +{ "movb", 0x10, 0xf0, FMT_1, {DM0, MEM(AN1)}}, { "movb", 0xf51000, 0xfff000, FMT_5, {DM0, MEM2(SD8, AN1)}}, { "movb", 0xf7900000, 0xfff00000, FMT_6, {DM0, MEM2(SD16, AN1)}}, { "movb", 0xf4200000, 0xfff00000, FMT_7, {DM0, MEM2(IMM24, AN1)}}, |