We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all! I need to read out the actuall value of the program counter (PC). How can I do that? I use the Keil uVision environment with an 8051 based controller! Thanks for your help!
Hi, Which language do you talk about? If ASM:
; somewhere in a program: MOV DPH,#HIGH(LABEL) MOV DPL,#LOW(LABEL) LABEL:
Yes, that should be Assembler :-) It is maybe a little bit different to the 8051 controller, but quite similar! Your example is somehow the same that I have!