Changes

Jump to: navigation, search

6502 Emulator

5 bytes added, 11:47, 13 September 2022
Peripherals and Memory Map
|$00FF||Last key pressed on keyboard -- See description below
|-
|$01||$0100-$01FF||Stack|| ||Hardware stack - values are pushed on to the stack by the PHA, PHP, JSR, and BRK instructions (plus hardware interrupts), and pulled from the stack by the PLA, PLP, RTS, and RTI, and PLP instructions. The stack is first-in/last out (FILO) aka last-in, first-out (LIFO), and it descends in memory. After 256 bytes have been pushed on the stack, the stack will overflow back to the beginning and the oldest data will be overwritten. The current stack location is tracked in the Stack Pointer (SP) register.
|-
|$02-$05||$0200-$05FF||Bitmapped Display|| ||32x32 pixel graphics display -- See description below.

Navigation menu