summaryrefslogtreecommitdiff
path: root/asm.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xasm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm.rb b/asm.rb
index c94ecf7..6da40fb 100755
--- a/asm.rb
+++ b/asm.rb
@@ -12,6 +12,7 @@ OPCODES = {
12 "++acc" => 0x002, 12 "++acc" => 0x002,
13 "--acc" => 0x004, 13 "--acc" => 0x004,
14 "tx" => 0x040, 14 "tx" => 0x040,
15 "rx" => 0x080,
15 "halt" => 0x000, 16 "halt" => 0x000,
16 } 17 }
17 18