From: Daniel Kirschten Date: Sun, 15 Sep 2019 19:35:49 +0000 (+0200) Subject: Fixed an error in Am2900MicroInstructionDefinition X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;h=bafa81ee43f93f0cec0f3327fda6d3c98f049318;p=Mograsim.git Fixed an error in Am2900MicroInstructionDefinition --- diff --git a/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/machine/Am2900MicroInstructionDefinition.java b/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/machine/Am2900MicroInstructionDefinition.java index b8cc0f98..3657bed9 100644 --- a/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/machine/Am2900MicroInstructionDefinition.java +++ b/net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/machine/Am2900MicroInstructionDefinition.java @@ -62,13 +62,12 @@ public class Am2900MicroInstructionDefinition implements MicroInstructionDefinit private static final BooleanClassification hE = new BooleanClassification(true, "H", "E"); private static final BooleanClassification hI = new BooleanClassification(true, "H", "I"); private static final BooleanClassification hL = new BooleanClassification(true, "H", "L"); - private static final BooleanClassification hLDefaultL = new BooleanClassification(false, "H", "L"); private static final BooleanClassification rW = new BooleanClassification(true, "R", "W"); private static final ParameterClassification[] classes = { interruptEnable, interruptInstructions, kmux, constant_16bit, am2901SrcInstructions, am2901FuncInstructions, am2901DestInstructions, register, registerSelect, register, registerSelect, abus, - dbus, am2904CarryInstructions, am2904ShiftInstructions, hLDefaultL, hLDefaultL, am2904StatusInstructions, ccen, - am2910Instructions, constant_12bit, hL, hE, hI, hE, hL, rW }; + dbus, am2904CarryInstructions, am2904ShiftInstructions, hL, hL, am2904StatusInstructions, ccen, am2910Instructions, + constant_12bit, hL, hE, hI, hE, hL, rW }; private static final String[] paramDesc = { "Allow interrupts?", "Interrupt instructions; omitted for simplicity", "Get D-input from data bus/constant value", "Constant value", "Operand sources for ALU operation", "ALU operation",