(notes) - 2023-08-23 - Add a caveat about the current plan for the new ISA (requires 8-bit addressing)
This commit is contained in:
parent
1d35f659ee
commit
af52d4f373
|
|
@ -1,5 +1,13 @@
|
||||||
# Dev notes — 2023-08-23
|
# Dev notes — 2023-08-23
|
||||||
|
|
||||||
|
## Problems to solve
|
||||||
|
|
||||||
|
The outline below / in the new README has some appeal, but it makes each instruction 8 bits long, which would require altering the simulator to support 8 bit addressing/storage...
|
||||||
|
|
||||||
|
Do I want to do this??
|
||||||
|
|
||||||
|
Or maybe go with the simpler "just swap NOP and FHP" plan...
|
||||||
|
|
||||||
## Instruction set layout notes
|
## Instruction set layout notes
|
||||||
|
|
||||||
### Reference: 6502
|
### Reference: 6502
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue