Updated Home (markdown)

Andy McFadden 2020-05-02 17:29:49 -07:00
parent aae59d275a
commit 3b36b7ce58
1 changed files with 4 additions and 2 deletions

@ -1,8 +1,10 @@
Current plan:
1. New development for 1.7
1. Finish 65816 support.
2. [?]
1. Add support for some classic game machines.
2. Finish 65816 support.
3. Split 65816-specific code in regression tests into separate files, so we can fully exercise assemblers that don't support 65816 (or do so poorly... I'm looking at you, ACME).
4. [?]
See the ["TO DO" list](https://github.com/fadden/6502bench/wiki/TO-DO-List) for future possibilities, and the [Change Log](https://github.com/fadden/6502bench/wiki/Change-Log) for past changes.