![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 214](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537214.webp)
?
Alphabetical Summary of Debugger Commands
11-10
11.3 Alphabetical Summary of Debugger Commands
Commands are not case sensitive; to emphasize this, command names are
shown in both uppercase and lowercase throughout this book.
Evaluate Expression
?
Syntax
?
expression [, display format]
Menu selection
none
Environments
basic debugger
profiling
Description
The ? (evaluate expression) command evaluates an expression and shows
the result in the display area of the COMMAND window. The
expression can
be any C expression, including an expression with side effects; however, you
cannot use a string constant or function call in the
expression.
If the result of
expression is not an array or structure, then the debugger
displays the results in the COMMAND window.
If expression is a structure or
array, ? displays the entire contents of the structure or array; you can halt long
listings by pressing
ESC
.
When you use the optional
display format parameter, data is displayed in one
of the following formats:
Parameter
Result
Parameter
Result
*
Default for the data type
o
Octal
c
ASCII character (bytes)
p
Valid address
d
Decimal
s
ASCII string
e
Exponential floating point
u
Unsigned decimal
f
Decimal floating point
x
Hexadecimal
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...