/* Imported from Wayback Machine Original URL : https://retrobrewcomputers.org/doku.php?id=builderpages:plasmo:6502:prog65:memmap Snapshot date: 2025-04-28 Generator : wayback-archiver */ ==== Table of Contents ==== [[#memory_map_of_prog65|Memory Map of Prog65]] [[#memory_map_of_programmer_mode|Memory map of programmer mode]] [[#memory_map_of_normal_mode|Memory map of normal mode]] ====== 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