Hi, How to move the program counter(PC) to DPTR.Can any one suggest on this. Thanks in advance, Regards, Gopi
Don't forget that DPTR and PC refer to different logical address spaces; thus, depending on your physical memory implementation, DPTR=0x1234 may well address a different physical address location from PC=0x1234, etc!
What? You are wrong here..
MOVC A,@A+DPTR
MOVC A,@A+PC
"You are wrong here.." Doh! Sorry - still in holiday mode! "Ofcoz, if you will use MOVX... command then it will be a big difference" Yes, that's what I meant to say!