Fixed an error in Am2900MicroInstructionDefinition
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 15 Sep 2019 19:35:49 +0000 (21:35 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 15 Sep 2019 19:36:01 +0000 (21:36 +0200)
net.mograsim.logic.model.am2900/src/net/mograsim/logic/model/am2900/machine/Am2900MicroInstructionDefinition.java

index b8cc0f9..3657bed 100644 (file)
@@ -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",