Block a user
32 Bit address support
Actually before we do that, we need to do the vectors so that we can even reset the chip. We start in state BRK0 https://git.byronlathi.com/bslathi19/verilog6502/src/commit/06f933fa56fb4a83ef4580…
32 Bit address support
second state that needs changed is ABSn
currently there are 2 states, for loading 2 bytes
06f933fa56/…
32 Bit address support
Starting from the top, the first thing that needs to change is state IND0
All IND0 does is go to INDX1, bypassing the INDX0 state where the zp address is added with the X register. This…