Changes

MOS 6502

1 byte added, 28 April
/* Adressing Modes */
The Zero Page on the 6502 is a special area of memory from addresses $0000 to $00FF that act like pseudo registers. The 6502 provides optimized instructions that operate more efficiently when using addresses within the Zero Page.
Fun fact: the TMS9900 CPU took this further, and had by having no onboard registers, except PC & status register. Everything was in RAM.
<br>
13,156
edits