diff options
Diffstat (limited to '')
| -rwxr-xr-x | asm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ OPCODES = { | |||
| 12 | "++acc" => 0x002, | 12 | "++acc" => 0x002, |
| 13 | "--acc" => 0x004, | 13 | "--acc" => 0x004, |
| 14 | "tx" => 0x040, | 14 | "tx" => 0x040, |
| 15 | "halt" => 0x080, | 15 | "halt" => 0x000, |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | Line = Struct.new(:opcode, :refs, :code) | 18 | Line = Struct.new(:opcode, :refs, :code) |
