aboutsummaryrefslogtreecommitdiff
path: root/MicSim/components/ijvm.py
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2018-09-03 16:26:14 +0200
committerLoic GUEGAN <loic.guegan@yahoo.fr>2018-09-03 16:26:14 +0200
commit75d0268477b45f418fd122c441705933aca6938f (patch)
tree92502890d1bd32fc5419a7f60b4038d3398abc13 /MicSim/components/ijvm.py
parentb0b7c993d47beb4796298519c18c1fb43aa51d62 (diff)
Update gitignore, clean codeHEADmaster
Diffstat (limited to 'MicSim/components/ijvm.py')
-rw-r--r--MicSim/components/ijvm.py4
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