Is there a method to declare labels and variables written in assembly so that the debugger watch window will show them? I know I've done this with IAR but can't see how with uVision. For example I have: MyVariable FIELD 4 in the code mapped to RAM and in the code I use the address MyVariable to get the data from RAM. I'd like a way to see the contents of that memory address without looking at the raw memory. Currently I can have the debugger watch window show other predefined registers such as GP2SET but not my custom memory addresses used as variables. I get the value of <cannot evaluate> with type of uchar. I can't be the first one to have this issue but don't see anything yet on this forum.