mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-10 14:24:57 +00:00
update readme
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
|
||||
- postfix operations to accumulator values
|
||||
- implement jump registry
|
||||
- maybe implement define registry
|
||||
- maybe implement define registry
|
||||
- register locking (i.e. disallow X writes during indexed traversal that uses X)
|
||||
- compiler optimization
|
||||
- when writing multiple, 16-bit address literals to memory, they may share the same high byte. if all writes are done by bouncing off the accumulator, you can save instructions by using the accumulator for the high byte once and writing multiple times
|
Reference in New Issue
Block a user