From 634a9f67d95161fa0182fc38601832c98bf62ffa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 10 Nov 2015 16:07:17 +0000 Subject: Update the RX simulator to handle the latest opcode types. * rx.c (id_names): Add nop4, nop5, nop6 and nop7. (decode_opcode): Likewise. (get_op): Handle RX_Operand_Zero_Indirect. Handle RX_Bad_Size and RX_MAX_SIZE. (put_op): Likewise. (N_MAP): Increase to 90. --- sim/rx/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sim/rx/ChangeLog') diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 762815d..15bc12f 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,12 @@ +2015-11-10 Nick Clifton + + * rx.c (id_names): Add nop4, nop5, nop6 and nop7. + (decode_opcode): Likewise. + (get_op): Handle RX_Operand_Zero_Indirect. + Handle RX_Bad_Size and RX_MAX_SIZE. + (put_op): Likewise. + (N_MAP): Increase to 90. + 2015-06-23 Mike Frysinger * configure.ac (AC_ARG_ENABLE(cycle-accurate)): Call AS_HELP_STRING. -- cgit v1.1