|
|||||||||||
Technical Support On-Line Manuals µVision User's Guide About µVision User Interface Creating Applications Utilities Debugging Debug Commands ASM ASSIGN BreakAccess BreakDisable BreakEnable BreakKill BreakList BreakSet COVERAGE COVTOFILE DEFINE DIR Display Enter EVALuate EXIT FUNC 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 |
DisplayThe Display command shows the memory content for a specified memory range. The result is shown in the Command window.
The memory content is displayed in HEX and in ASCII. The result consists of three columns:
Examples>D main /* Output beginning at main */ >D 0x100,0x1FF /* Output memory between 0x100 and 0x1FF */ >D X:0,0x100 /* Output 256 bytes of the 8051 XDATA */ /* external memory beginning at address 0. */ /* The memory type specifier X was used. */ >D menu /* Output beginning at address menu */ >D save_record, save_record + 0x2F X:4000 62 62 62 62 62 62 62 62–62 62 62 62 62 62 62 62 bbbbbbbbbbbbbbbb X:4010 62 62 62 62 62 62 62 62–62 62 62 62 62 62 62 62 bbbbbbbbbbbbbbbb X:4020 62 62 62 62 62 62 00 00–00 00 00 00 00 00 00 00 bbbbbb.......... Note
| ||||||||||
|
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.