From 75d0268477b45f418fd122c441705933aca6938f Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Mon, 3 Sep 2018 16:26:14 +0200 Subject: Update gitignore, clean code --- MicSim/components/ijvm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MicSim/components/ijvm.py') 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 -- cgit v1.2.3