Keil™, An ARM® Company

µVision® User's Guide

Variables and Registers

You can interactively display and change variables, registers, and memory locations from the command window. For example, you can type the following text commands at the command prompt:

TextEffect
R7 = 12Assign the value 12 to register R7.
CPSRDisplay the CPSR register.
time.hourDisplays the member hour of the time structure.
time.hour++Increments the member hour of the time structure.
index = 0Assigns the value 0 to index.