aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index b6d91c8..c07a5929 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,10 @@
+2021-05-28 Yoshinori Sato <ysato@users.sourceforge.jp>
+
+ * sim-main.h (h8_typecodes): Add operand type OP_REG_DEC, OP_REG_INC.
+ * compile.c (decode): Rewrite oprand type for specific case.
+ (fetch_1): Add handling OP_REG_DEC and OP_REG_INC.
+ (step_once): Fix operand fetch order.
+
2021-05-17 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.