aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68hc11-opc.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/m68hc11-opc.c')
-rw-r--r--opcodes/m68hc11-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m68hc11-opc.c b/opcodes/m68hc11-opc.c
index b3ca443..ed8fc0a 100644
--- a/opcodes/m68hc11-opc.c
+++ b/opcodes/m68hc11-opc.c
@@ -328,7 +328,7 @@ const struct m68hc11_opcode m68hc11_opcodes[] = {
{ "bgt", OP_JUMP_REL, 2, 0x2e, 1, 3, CHG_NONE, cpu6811 | cpu6812|cpu9s12x, 0 },
{ "bhi", OP_JUMP_REL, 2, 0x22, 1, 3, CHG_NONE, cpu6811 | cpu6812|cpu9s12x, 0 },
{ "bhs", OP_JUMP_REL, 2, 0x24, 1, 3, CHG_NONE, cpu6811 | cpu6812|cpu9s12x, 0 },
-
+
{ "bita", OP_IMM8, 2, 0x85, 1, 1, CLR_V_CHG_NZ, cpu6811|cpu6812|cpu9s12x, 0 },
{ "bita", OP_DIRECT, 2, 0x95, 3, 3, CLR_V_CHG_NZ, cpu6811|cpu6812|cpu9s12x, 0 },
{ "bita", OP_IND16, 3, 0xb5, 3, 3, CLR_V_CHG_NZ, cpu6811|cpu6812|cpu9s12x, 0 },