diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-03 16:26:14 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2018-09-03 16:26:14 +0200 |
| commit | 75d0268477b45f418fd122c441705933aca6938f (patch) | |
| tree | 92502890d1bd32fc5419a7f60b4038d3398abc13 /MicSim/components/ijvm.py | |
| parent | b0b7c993d47beb4796298519c18c1fb43aa51d62 (diff) | |
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 |
