65816.js/TODO

40 lines
1.2 KiB
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 interrupt support
- Tests needed for the numerous other operations added
Operations Not Yet Implemented:
- 0x04 : TSB direct page
- 0x0c : TSB absolute
- 0x14 : TRB direct page
- 0x1c : TRB absolute
- 0x42 : WDM
- 0x5c : JMP absolute long
- 0x7c : JMP absolute indexed x indirect
- 0x9a : TXS
- 0xba : TSX
- 0xcb : WAI
- 0xdb : STP
- 0xdc : JMP absolute indirect long
- 0xfc : JSR absolute indexed x indirect
CPU:
- More work on interrupts
- Decimal mode support
- Have each operation return the number of cycles used by the execute function.
- Optimization
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
- Improve the memory mapped I/O interface and handling
Display:
- Using the html page included provide a nice interface for using the cpu
emulator and provide many features helpful for debugging
- Assembler and disassembler