diff options
Diffstat (limited to 'gdb/ns32k-opcode.h')
-rw-r--r-- | gdb/ns32k-opcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h index 2d5ff30..f72d013 100644 --- a/gdb/ns32k-opcode.h +++ b/gdb/ns32k-opcode.h @@ -40,6 +40,8 @@ notstrs[] = { "absw", 14,24, 0x314e, "1W2W" }, { "absd", 14,24, 0x334e, "1D2D" }, { "acbb", 7,16, 0x4c, "2B1q3p" }, + { "acbw", 7,16, 0x4d, "2W1q3p" }, + { "acbd", 7,16, 0x4f, "2D1q3p" }, { "addf", 14,24, 0x01be, "1F2F" }, { "addl", 14,24, 0x00be, "1L2L" }, { "addb", 6,16, 0x00, "1B2B" }, |