65816.js/TODO
Preston Skupinski 20012291fc updated the TODO
2011-05-12 16:23:03 -04:00

26 lines
927 B
Plaintext

Testing:
- More tests for branching operations
- More tests for CMP/CPY/CPX operations
- Tests needed for JMP operations
- Tests needed for LD* and ST* operations
- Tests needed for IN* and DE* operations
- Tests needed for T** transfer operations
- Tests needed for the numerous other operations added
CPU:
- Implement complex addressing modes for many operations
- Interrupts
- Decimal mode support
- Better emulation mode support
- Have each operation return the number of cycles used by the execute function.
- Implement the rest of the missing operations.
Memory:
- Bank wrapping or not wrapping for certain addressing modes and with certain
settings
- Page wrapping or not wrapping for certain addressing modes and with certain
settings
- ROM protection
- Memory mapped I/O
Display:
- Using the html page included provide a nice interface for using the cpu
emulator and provide many features helpful for debugging