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
I should have added, view the MAP file for the address field of the code/data that you wish to display. Bradford