This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Viewing all registers in simulation

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!

Parents
  • 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.

Reply
  • 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.

Children