| Range | Function |
|---|---|
| $0000-$01FF | RAM (I will double check, but I think only $0000-$00FF is RAM, the rest is ROM on the evaluation board) |
| $B600-$B7FF | RAM (Actually is EEPROM in Evaluation Board - requires 300 baud 8N1 to write to - only for Lab 4) |
| $E600-$FFFF | ROM (not used for programming by us - contains monitoring program) |
| $1000-$103F | I/O ports |
| $1040 | LCD display data port |
| $1041 | LCD display control port |
| Range | Function |
|---|---|
| $0000-$01FF | RAM (again, above $0100 may only be ROM, but simulation will treat is as RAM) |
| $B000-$FFFF | ROM - (this allows for programming EEPROM in simulation but also allows you to write code to invalid regions - make sure code in EEPROM is between $B600-$B7FF or it will not work on the evaluation board.) |
| $1000-$103F | I/O ports |
| $1040 | LCD display data port |
| $1041 | LCD display control port |