Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| builderpages:plasmo:6502:prog65:memmap [2025/04/28 02:22] – Revision from 2025-04-28 | builderpages:plasmo:6502:prog65:memmap [2026/06/15 13:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | /* Imported from Wayback Machine | ||
| + | | ||
| + | | ||
| + | | ||
| + | */ | ||
| + | |||
| + | ====== Memory Map of Prog65 ====== | ||
| + | |||
| + | Prog65 has two modes of operation, programmer mode and normal mode. | ||
| + | |||
| + | ===== Memory map of programmer mode ===== | ||
| + | |||
| + | RAM: 0x0-0x7FFF | ||
| + | |||
| + | FT245 read: 0x8000-0xFFFF | ||
| + | |||
| + | FT245 write: 0x8000-0xBFFF | ||
| + | |||
| + | EPROM write: 0x8000-0xFFFF | ||
| + | |||
| + | EPROM read: disabled | ||
| + | |||
| + | ===== Memory map of normal mode ===== | ||
| + | |||
| + | RAM: 0x0-0x7FFF | ||
| + | |||
| + | FT245: 0x8000-0xBFFF | ||
| + | |||
| + | EPROM: 0xC000-0xFFFF | ||
