Quick summary of the machine: 65Org32 is a 6502 with 32-bit bytes. The address and data bus are both 32 bits. And so an address is just a single byte. Therefore:
- zero page is the whole address space
indirections use only a single location for the address
address push and pop use only a single slot on the stack
Paraphrasing the discussion:
- EEye thought at first that indirect indexed (ZP),Y would not be 'needed'
Garth thought otherwise (in the sense that it's still meaningful and useful)
EEye changed his view
Arlet pointed out that absolute and absolute indexed are not needed [presumably because equivalent zero page addressing modes cover the whole address space already]
kc5tja reckoned that indirect indexed is not 'needed' in the sense that modern RISC does without
I hope this an accurate and useful summary!
Cheers
Ed
Edit: updated subject/title to reflect conversational drift