store/read/write data from eprom

Thread Starter

kerangbusuk

Joined Sep 20, 2008
1
helo..

Can anybody tell me how to store/read/writa data from eprom(2764)?
i already have the connection but i have problem in writing assembly to write,read and store data into the eprom.

please help me


Thanks
 

beenthere

Joined Apr 20, 2004
15,819
Greetings! And welcome to AAC!

I've moved your post into its own thread, where it will draw more responses.

Please refrain from "hijacking" existing threads with tangent or off-topic questions. You can create new threads for new questions using the "New Thread" button on the upper left of the page.

The data sheet on the 2764 will give you all the details about programming it. I believe you normally need a specialized circuit to do so - a programmer. Google returns almost 4000 hits on "2764 eprom programmer". You can find premade ones, or make them yourself - http://www.geocities.com/dsaproject/electronics/eprom/eprom_prg.html.

After that, reading is quite simple. You send the address you wish to read, assert ^CS, and read the contents of that address.
 
Top