I am running a rountine in uVision2 and watch on Project Window, but I only see Register Bank 0. How to watch the Register Bank 1, 2 or 3 in Project Windows? Lisette.
One way is to view the reg bank indirectly is by viewing the Data memory area in a memory window. In a memory display window type D:0x00. Then size the memory display window to show just 8 bytes. Row 0 will be Reg Bank 0--Row 1 will be Reg Bank 1 if defined with the using keyword, row 2 -bank 2,etc. Just remember the windows are updated perodically or each time you halt--not in real time. Bradford
Thank for your advises.