Fleshed out Memory and Microprogramming interfaces
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / mi / parameters / ParameterClassification.java
index 3b3f1a2..3373401 100644 (file)
@@ -22,4 +22,6 @@ public interface ParameterClassification
         * @return The number of bits of the parameters in this classification.
         */
        public int getExpectedBits();
+       
+       public MicroInstructionParameter parse(String toParse);
 }