|
|||||||||||
Technical Support On-Line Manuals µVision3 User's Guide µVision3 Overview User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE DEFINE DIR Display Enter EVALuate EXIT Go INCLUDE KILL LOAD LOG LogicAnalyze MAP MODE Ostep PerformanceAnalyze Pstep RESET SAVE SCOPE SET SIGNAL SLOG Tstep Unassemble WatchSet WatchKill Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
EVALuate
The EVALuate command calculates the specified expression and outputs the result in decimal, octal, HEX and, in ASCII format. Expressions entered without the EVALuate command display only in the current number base selected by the RADIX system variable. The expression may contain several subexpressions separated by commas. Example>eval -1 16777215T 77777777Q 0xFFFFFF '....' >eval intcycle 0T 0Q 0x0 '....' >intcycle = 0x12 >eval intcycle 18T 22Q 0x12 '....' >eval 'a'+'b'+'c' 294T 446Q 0x126 '...&' >eval main 16712175T 77600757Q 0xFF01EF '....' >eval save_record[1].time 81931T 240013Q 0x1400B '..@.' >eval save_record[1].time.sec 0T 0Q 0x0 '....' >save_record[1].time.sec = 1 >eval save_record[1].time.sec 1T 1Q 0x1 '....' >eval save_record[1].time.sec = 0 0T 0Q 0x0 '....' | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.