1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Updated TO DO List (markdown)

Andy McFadden 2020-02-11 11:55:12 -08:00
parent 603cf3c926
commit 762029e11b

@ -120,7 +120,8 @@ Contents:
use the program bank register, which is easy.) We probably can't
track the value of B reliably, so we'll need some way to let the
user specify what B should be, globally or by region. Specify as an
absolute number or (for IIgs OMF) a segment reference.
absolute number or (for IIgs OMF) a segment reference. The value reverts
to B=K on an address change.
* Need to reduce the scope of symbols. In a small program it's okay if
everything is essentially global, but in a larger program that gets
awkward. We could break it down by bank, treating inter-bank symbols