diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-01 10:19:06 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-01 10:19:06 +0200 |
| commit | 739548d99f3450b5def909f98ad65faa3509699a (patch) | |
| tree | b18b20260b5032327361e834ae3b5d53857c7e03 /micsim.py | |
| parent | 84de7cd481662167745131b95c78442a7ff45048 (diff) | |
Add opcodes
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"]) |
