How to read from EEPROM?

Status
Not open for further replies.

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?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…