aboutsummaryrefslogtreecommitdiff
path: root/components/ijvm.py
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2018-08-31 20:18:08 +0200
committerLoic GUEGAN <loic.guegan@yahoo.fr>2018-08-31 20:18:08 +0200
commit84de7cd481662167745131b95c78442a7ff45048 (patch)
treea6919826aea02d055a3a19fa6e424cbdcd2cbe2d /components/ijvm.py
parent10279426e5bd783d9525c0ef758d8642770cb534 (diff)
Clean code
Diffstat (limited to 'components/ijvm.py')
-rw-r--r--components/ijvm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/ijvm.py b/components/ijvm.py
index 97fb6bd..86f5f63 100644
--- a/components/ijvm.py
+++ b/components/ijvm.py
@@ -1,4 +1,6 @@
+# Quick link about opcode: https://users-cs.au.dk/bouvin/dComArk/2015/noter/Note_2/#Instructions
+
# Build IJVM
ijvm=dict({
"BIPUSH":0x10,