I've made a memory mapped 8051 design using the AT89S52. Connected to the AT89S52 are two external memories.
The memories are located at:
Address 0x0000 = Parallel EEPROM Address 0x2000 = Parallel SRAM
I've defined the SRAM as off-chip xdata memory and it is working fine.
How should I define the EEPROM to be able to access it as off-chip non-volatile memory AND/OR expanded code memory?