Index: opcodes/rl78-decode.opc |
diff --git a/opcodes/rl78-decode.opc b/opcodes/rl78-decode.opc |
index c5cdf296b3dcc550d72ae85152d6d3c426162eaa..1fe84a6b12320bdb2fc70ffa15d18c54e70bfbd6 100644 |
--- a/opcodes/rl78-decode.opc |
+++ b/opcodes/rl78-decode.opc |
@@ -1,9 +1,8 @@ |
/* -*- c -*- */ |
+#include "sysdep.h" |
#include <stdio.h> |
#include <stdlib.h> |
#include <string.h> |
- |
-#include "config.h" |
#include "ansidecl.h" |
#include "opcode/rl78.h" |
@@ -888,6 +887,11 @@ rl78_decode_opcode (unsigned long pc AU, |
/*----------------------------------------------------------------------*/ |
+/** 0111 0001 1100 0000 not1 cy */ |
+ ID(xor); DCY(); SC(1); |
+ |
+/*----------------------------------------------------------------------*/ |
+ |
/** 1110 0101 oneb %e0%!0 */ |
ID(mov); DM(None, IMMU(2)); SC(1); |