Hi, I'm in Computer major, but have a task in Microcontroller course right now. I have to save and load from/to EEPROM AT24C08A in assembly (asm). I have searched over the internet and found available source code in VB or C++. Unfortunately I am not able to convert it into asm, because I am really really newbie in microcontroller word. Any help please. Thank you for your aprreciation.
Welcome to CE RTW
you want to Know that how you can write/read in/from EEPROM ? what you are going to interface with EEPROM? any Microcontroller or Computer?
So I have AT89C51 for the microcontroller, and AT24C08A for the EEPROM. The asm program should be in the microcontroller but I need to save the data/ load the data to/from the EEPROM. Thanks.