summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xasmblr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/asmblr.py b/asmblr.py
index e6a35e1..ba2c89c 100755
--- a/asmblr.py
+++ b/asmblr.py
@@ -85,8 +85,8 @@ opcodes = {
'halt': 0x0,
'inc' : 0x1,
'jmp' : 0x2,
- 'je' : 0x3,
- 'jne' : 0x4,
+ 'jne' : 0x3,
+ 'je' : 0x4,
'add' : 0x5,
'sub' : 0x6,
'xor' : 0x7,