Changes

Jump to: navigation, search

6502 Emulator

No change in size, 11:48, 13 September 2022
Peripherals and Memory Map
|$FD||$FD00-$FDFF||Reserved|| ||This memory range is reserved for future ROM expansion.
|-
|rowspan="3"|$FE-$FF||rowspan="3"|$FE00-$FF80FFFF||rowspan="3"|ROM||$FE00-FF80||This region is occupied by a small Read-Only Memory (ROM) image that contains input-output routines for the character display and keyboard.
|-
|$FF81-$FFF9||Entry point table - This table consists of 3-byte "entry points" for the ROM routines. To access a particular routine, use the Jump to SubRoutine (JSR) instruction with the corresponding entry point. This arrangement allows the ROM image to be revised without changing the entry point locations. See [[#ROM Routines|ROM Routines]] below for details on the available entry points.

Navigation menu