From 34b35f6e00416d71557f0689ca36e6a68170f8ba Mon Sep 17 00:00:00 2001 From: "Scot W. Stevenson" Date: Sun, 5 Jul 2015 22:14:10 +0200 Subject: [PATCH] Added feature request for complete BRA target address in TODO.txt --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 88638d8..d371362 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,9 @@ TODO for A Typist's Disassembler for the 65816 in Forth Scot W. Stevenson First version: 26. June 2015 -whis version: 23. June 2015 +whis version: 05. Jul 2015 This software is BETA, that is, feature-complete but not extensively tested. Future will will concentrate on stability. +- See if we can add MSB to BRA addresses we calculate so result is "e008 bra" instead of "08 bra". +