From 762029e11bf637846b104da2036937fa9d6a8c38 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 11 Feb 2020 11:55:12 -0800 Subject: [PATCH] Updated TO DO List (markdown) --- TO-DO-List.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TO-DO-List.md b/TO-DO-List.md index b1b7c8f..1671a87 100644 --- a/TO-DO-List.md +++ b/TO-DO-List.md @@ -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