diff options
Diffstat (limited to 'components/ijvm.py')
| -rw-r--r-- | components/ijvm.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/ijvm.py b/components/ijvm.py index b8ca8a2..97fb6bd 100644 --- a/components/ijvm.py +++ b/components/ijvm.py @@ -22,3 +22,7 @@ ijvm=dict({ "SWAP":0x5F, "WIDE":0xC4 }) + +# Add extras instructions +ijvm["OUT"]=0x23 # Print next byte as char +ijvm["HALT"]=0x2F # Stop simulator |
