c

c


b Index Level d
Syntax c{data.reference.specification}
Category System Debugger
Type Command
Description displays debugger data in character (ASCII) format.
Options
See Also System Debugger functions data reference specification data format specification System Debugger m
Example c*bmsbeg

This makes an indirect reference to "bmsbeg" and displays a four-byte window by default.

c16274.c;6

Will display:

!c16274.c;6 s^2322=

This will display, in character format, the contents of frame 16274, offset x'c', displaying a window of 6 bytes.
Warnings
Compatibility D3 7.0 AP R83
b Index Level d