11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

7Debug expressionsThe debugger can evaluate simple expressions that can be subsequently displayed inthe watch window or as a tool-tip in the code editor.The simplest expression is an identifier which the debugger tries to interpret in thefollowing order:•an identifier that exists in the scope of the current context.•the name of a global identifier in the program of the current context.Numbers can be used in expressions, hexadecimal numbers must be prefixed with 0x.Registers can be referenced by prefixing the register name with @.The standard C and C++ operators !, ~, *, /, %, +, -, >>, =,

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!