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! I'm using C51 dev tool, µVision V2.37 and I use the simulator in debug mode. I want to know if there is a way to see all the registers in the project window -> register tab. Thanx!
What do you mean by, "all the registers?" As stated in the Manual, the 'Registers' window shows the CPU registers. That doesn't include the SFRs - so if that's what you want, the answer is "No."
That doesn't include the SFRs - so if that's what you want, the answer is "No." I don't quite agree. It's quite possible to show all the SFRs in one of the memory windows. Just enter D:0x80 into the address field. Obviously, that won't show the SFRs by name --- for that, you'ld have to set up a lot of watches in a watch window instead.
"I don't quite agree. It's quite possible to show all the SFRs in one of the memory windows." True, but the original question was specifically about the 'Registers' tab in the Project window.