mirror of
https://github.com/pskupinski/65816.js.git
synced 2024-11-16 13:06:52 +00:00
update the TODO now that cycle counting has been added to everything
This commit is contained in:
parent
a1a337f3f6
commit
5f0424fd0b
2
TODO
2
TODO
@ -1,4 +1,5 @@
|
||||
Testing:
|
||||
- Tests for cycle counting
|
||||
- More tests for branching operations
|
||||
- More tests for CMP/CPY/CPX operations
|
||||
- Tests needed for JMP operations
|
||||
@ -11,7 +12,6 @@ Testing:
|
||||
CPU:
|
||||
- Figure out the exact details of how the 65816 handles illegal BCD numbers
|
||||
when decimal mode is set
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user