Restructured JSON (de)serializing: ViewModels can be (de)serialized too
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / MicroprogramMemory.java
1 package net.mograsim.machine;
2
3 public interface MicroprogramMemory extends Memory<MicroInstruction>
4 {
5 }