We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to work with the IAP for P89V51RD2. I just tried to check the following code which I expect to program the memory location 0x0020 with 01h. I am using a clock=40 Mhz and am stroring that value in R0. But the code is not working. ie when I try to read memory from Flash Magic, I do not see any change at 0x0020 Can anyone fix the problem??
code is:
ORG 00 MOV DPH,#00h MOV DPL,#20h MOV A,#1h MOV R0,#40 MOV R1,#02H CALL 0FFF0H END