![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 223](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537223.webp)
Alphabetical Summary of Debugger Commands
disp
11-19
Summary of Commands and Special Keys
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
The
display format parameter can be used only when you are displaying a
scalar type, an array of scalar type, or an individual member of an aggregate
type.
You can also use the DISP command with a typecast expression to display
memory contents in any format. Here are some examples:
disp *0
disp *(float *)123
disp *(char *)0x111
This shows memory in the DISP window as an array of locations; the location
that you specify with the
expression parameter is member [0], and all other
locations are offset from that location.
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...