mirror of
https://github.com/safiire/n65.git
synced 2025-03-03 01:30:07 +00:00
Pointing out a bug for later
This commit is contained in:
parent
5579919db5
commit
1b12e0216d
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user