You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 65Org32 and for small-memory model of 65Org16, we need a build-time option to support single-byte addresses.
This means changing the state machine for
zero page indirections
PC push and pull for subroutines and interrupts (both call and return)
operand fetch for three-byte instructions
Also changing the address bus logic for zero page and stack addresses
Maybe other changes
The text was updated successfully, but these errors were encountered:
For 65Org32 and for small-memory model of 65Org16, we need a build-time option to support single-byte addresses.
This means changing the state machine for
zero page indirections
PC push and pull for subroutines and interrupts (both call and return)
operand fetch for three-byte instructions
Also changing the address bus logic for zero page and stack addresses
Maybe other changes
The text was updated successfully, but these errors were encountered: