mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-02-01 14:31:12 +00:00
update readme
This commit is contained in:
parent
b73352bdd2
commit
a84ed91fb2
@ -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
|
Loading…
x
Reference in New Issue
Block a user