diff options
Diffstat (limited to 'MicSim/components/ijvm.py')
| -rw-r--r-- | MicSim/components/ijvm.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MicSim/components/ijvm.py b/MicSim/components/ijvm.py index 86f5f63..edcac60 100644 --- a/MicSim/components/ijvm.py +++ b/MicSim/components/ijvm.py @@ -26,5 +26,5 @@ ijvm=dict({ }) # Add extras instructions -ijvm["OUT"]=0x23 # Print next byte as char -ijvm["HALT"]=0x2F # Stop simulator +ijvm["OUT"]=0x23 # Print next byte as char +ijvm["HALT"]=0x2F # Halt simulator |
