| ||||||||
Technical Support Support Resources Product Information | µVISION DEBUGGER: CHANGING THE PROGRAM COUNTERInformation in this article applies to:
QUESTIONHow do I change the program counter in the µVision Debugger? ANSWERYou can change the Program Counter by entering either of the following commands in the command window: PC = 0x000000 or $ = 0 Each of these change the program counter to 0h. You can set the program counter to the address of a line in a source module. For example: $ = \hello\14 sets the program counter to the address of line 14 in the hello module. SEE ALSO
Last Reviewed: Monday, June 28, 2004 | |||||||
| ||||||||