??? 10/17/08 02:45 Read: times |
#159125 - MOVX doesn't work for writing. |
Hi,
I use AT28C64B EPROM. I can read data from EPROM by using movx (address=5000h), but i can't write it. mov DPTR,#5000h mov A,#05h movx @DPTR,A -Is there anything wrong? -Do I have to erase all data before writing? Thx. |