From 82ef74dcc78ad480dfb02af434976b1d1d1b6993 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 4 Oct 1991 23:52:42 +0000 Subject: [PATCH] Various binary patten fixes. --- include/h8300-opcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/h8300-opcode.h b/include/h8300-opcode.h index e59f46e2a71..4e031aea6db 100755 --- a/include/h8300-opcode.h +++ b/include/h8300-opcode.h @@ -171,7 +171,7 @@ struct h8_opcode h8_opcodes[] { 2, 2,13, "mov.b", {ABS8SRC, RD8, E}, { Hex2, RD8, ABS8SRC,IGNORE, E}}, { 2, 2,13, "mov.b", {RS8, RDIND|B30, E}, { Hex6, Hex8, RDIND|B31, RS8, E}}, { 4, 2,13, "mov.b", {RS8, DISPDST, E}, { Hex6, HexE, DISPREG|B31, RS8,DISPDST, IGNORE, IGNORE, IGNORE, E}}, - { 2, 2,13, "mov.b", {RS8, RDDEC|B30, E}, { Hex6, HexC, RDDEC|B30, RS8, E}}, + { 2, 2,13, "mov.b", {RS8, RDDEC|B31, E}, { Hex6, HexC, RDDEC|B31, RS8, E}}, /* Put the 16 bit one in first so it matches first */ { 4, 2,13, "mov.b", {RS8, ABS16DST, E}, { Hex6, HexA, Hex8, RS8, ABS16DST,IGNORE,IGNORE,IGNORE, E}}, { 2, 2,13, "mov.b", {RS8, ABS8DST, E}, { Hex3, RS8, ABS8DST,IGNORE, E}}, -- 2.30.2