![Texas Instruments TMS320C6 Series Скачать руководство пользователя страница 230](http://html.mh-extra.com/html/texas-instruments/tms320c6-series/tms320c6-series_user-manual_1094537230.webp)
md, mem
Alphabetical Summary of Debugger Commands
11-26
Delete Block From Memory Map
md
Syntax
md
address
Menu selection
Memory
→
Delete
Environments
basic debugger
profiling
Description
The MD command deletes a range of memory from the debugger’s memory
map.
The
address parameter identifies the starting address of the range of memory.
If you supply an
address that is not the starting address of a range, the
debugger displays this error message in the display area of the COMMAND
window:
Specified map not found
Modify MEMORY Window Display
mem
Syntax
mem
expression [, [display format] [, window name] ]
Menu selection
none
Environments
basic debugger
profiling
Description
The MEM command identifies a new starting address for the block of memory
displayed in the MEMORY window. The optional
window name parameter
opens an additional MEMORY window, allowing you to view a separate block
of memory. The debugger displays the contents of memory at
expression in
the first data position in the MEMORY window. The end of the range is defined
by the size of the window. The
expression can be an absolute address, a
symbolic address, or any C expression.
When you use the optional
display format parameter, memory 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
u
Unsigned decimal
e
Exponential floating point
x
Hexadecimal
f
Decimal floating point
Содержание TMS320C6 Series
Страница 10: ...x ...
Страница 20: ...xx ...
Страница 118: ...4 20 ...
Страница 144: ...6 16 ...
Страница 164: ...7 20 ...
Страница 170: ...8 6 ...
Страница 284: ...B 18 ...
Страница 290: ...C 6 ...