1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Updated TO DO List (markdown)

Andy McFadden 2021-08-16 13:18:53 -07:00
parent ff9bb87de6
commit 0db2c6bfe9

@ -262,6 +262,7 @@ Contents:
* Add support for the HuC6280 CPU, used in the TurboGrafx-16.
(See https://github.com/fadden/6502bench/issues/106 )
* Finish W65C02 support (currently ignores the ZP arg for BBR/BBS).
* Try to improve "smart PLP".
* Incremental code analysis. Changes that potentially affect the code flow
require the code analysis pass to be repeated. For a large 65816 project
@ -309,7 +310,6 @@ Contents:
* Allow different pseudo-ops for constants and addresses. Some assemblers
support this, e.g. cc65 has "=" for constants and ":=" for labels. If
nothing else it makes the equate list easier to comprehend.
* Finish W65C02 support (currently ignores the ZP arg for BBR/BBS).
* Improve handling of dummy branches, e.g. start of Apple II serial card
firmware. The branch is never taken; it just conceals an embedded
instruction. This causes an auto-label to be generated. In generated