Update for v1.2.0

Andy McFadden 2019-07-29 14:21:15 -07:00
parent 5cb80bf79b
commit 3c21fcd8f2
1 changed files with 2 additions and 4 deletions

@ -1,13 +1,11 @@
Current plan:
1. New development for 1.2
1. Convert the UI from WinForms to WPF, making maximum use of XAML in the hope of easing portability.
2. New development for 1.3
1. New development for 1.3
1. Local zero-page variable declarations.
2. Fiddle with instruction operand edit UI.
3. Try to figure PETSCII out.
4. Add source generator that uses pseudo-ops from code list.
5. HTML export (static page)
5. HTML export (static page).
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.