1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-08-27 20:29:25 +00:00
py65/TODO.txt

13 lines
218 B
Plaintext
Raw Normal View History

2008-07-01 00:24:18 +00:00
Instructions needing unit tests:
bit
cmp
cpx
cpy
sbc
2008-11-21 18:26:08 +00:00
Better error messages when assembling fails.
Ability to assemble more than one instruction at a time.
Windows support for non-blocking character input.