Hi all, I am a new user with uvision2(demo) I wrote a program in assembly. Apparently the program works, but I would like to see my internal ram when I debug the program. I do: MOV 20h, #03h and in the "view memory windows" I cannot see the change at the position 0x20h. It is always "00". Does the view memory windows display the internal ram? How to display the internal RAM? I need your help, thanks Matt
"I am a new user with uvision2(demo)" So, have you read the uVision Getting Started Guide, and worked through the examples in it? This would give you a proper introduction to the tools & all their facilities... (it's in on the 'Books' tab in the uVision Project window)
Hi Andrew, I got the answer: I need to precise that I want to display the internal RAM by writing this in the address field of the memory window: I:0x20h instead of just 0x20h Thanks a lot for your answer it is a wise advise... Best Regards, Matt