X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fmachine%2FAm2900MicroInstructionDefinition.java;h=3657bed91cb18ad494818d301f5da95abb096d1f;hb=8bed58cd47f4e53a0a83e066d38864aa6875502f;hp=b8cc0f98cf546ed0f5f7d243a0f17113cc3e07db;hpb=9779a3fe10469932793c7237f07d322d5019cf4c;p=Mograsim.git 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",