diff options
Diffstat (limited to 'micsim.py')
| -rwxr-xr-x | micsim.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,4 +14,6 @@ mic=Microprogram(c) # Create micro program mic.run() # Run the micro program mic.dump() # Dump ram +c["MBR"]=-1 +print(c["MBR"]) |
