mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 17:29:43 +00:00
mutation note
This commit is contained in:
parent
819ea8fb1b
commit
ffc0039d90
@ -28,3 +28,7 @@
|
||||
- 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
|
||||
- articulate AST as different from ASM stream
|
||||
- register locking (transactions) via phantom types
|
||||
|
||||
## Mutation tracking
|
||||
|
||||
- If the injected scope is local to the caller (and not reused), then it is also local to the called method, and can be rendered as a local val declaration
|
||||
|
Loading…
Reference in New Issue
Block a user