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!
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.