Apr 8, 2008 #1 Z Zhane Member level 5 Joined Feb 2, 2008 Messages 89 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,288 Activity points 1,876 I have a eeprom for 80188 that has been declared with MMCS to be at 20000h how should i access the data from it? I did.... mov si, 0h ; to initialise pointer mov es, word ptr ds:2000h ; to move the whole segment into es but... i kept on getting compilation error. what did I do wrong?
I have a eeprom for 80188 that has been declared with MMCS to be at 20000h how should i access the data from it? I did.... mov si, 0h ; to initialise pointer mov es, word ptr ds:2000h ; to move the whole segment into es but... i kept on getting compilation error. what did I do wrong?