This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

view memory after loading data

Hello
i am writing an array of asci char to memory and need to check they are in the correct position when in debug mode MOV A,#030H MOV R1,#060H MOV @R1,A
ARRAY: INC A INC R1 CJNE A,#03AH,ARRAY
I am very new to this and i cannot seem to find a way to view the data in a mem window. help would be most appeciated

chris

0