??? 01/28/05 18:32 Read: times |
#86040 - memory in keil-help |
I have to get the data from the memory into port, i have written the code in keil and debugged. And also i have loaded the values in the corresponding memory locations in KEIL.
while running the program, i couldn't the data from memory(Memory 1). I have used the following part of codes. I have specified the on chip memory locations and sizes in the TARGET. still i couldnt do it. what may be the problem. Please help me in this regard int ab; ab=XBYTE[0x4200]; P1=ab; or MOV DPTR,#0x4200 MOVX A,@DPTR |