From 1b12e0216d357240ac7a2f55f2ab61afa8c60d38 Mon Sep 17 00:00:00 2001 From: Safiire Date: Fri, 13 Mar 2015 14:55:25 -0700 Subject: [PATCH] Pointing out a bug for later --- lib/instruction.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/instruction.rb b/lib/instruction.rb index 27e5fca..5a58596 100644 --- a/lib/instruction.rb +++ b/lib/instruction.rb @@ -227,6 +227,8 @@ module Assembler6502 assembler.write_memory(emit_bytes) when String begin + ## This is a bug, I don't believe it will ever get here. + ## I think it always resolves every symbol later. promise.call rescue SymbolTable::UndefinedSymbol placeholder = [@hex, 0xDE, 0xAD][0...@length]