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