updated the TODO

This commit is contained in:
Preston Skupinski 2011-05-05 11:00:59 -04:00
parent 7572795c12
commit efa6b123ac

2
TODO
View File

@ -1,4 +1,6 @@
CPU:
- Decrementing 0 with the DEC/DEY/DEX operations should result in 0xff(8-bit)
or 0xffff(16-bit).
- Stack operations and stack support in general
- Subroutines
- Comparisons and branching