
Hitachi Embedded Workshop User Manual
293
5.24
DISASSEMBLE
Abbreviation: DA
Description:
Disassembles memory contents to assembly-language code. The display of disassembled memory is fully
symbolic.
Syntax:
da <address> [<length>]
Parameter
Type
Description
<address>
Numeric
Start address
<length>
Numeric
Number of instructions (optional, default = 16)
Examples:
DISASSEMBLE H’100 5
Disassembles 5 lines of code starting at H’100.
DA H’3E00 20
Disassembles 20 lines of code starting at H’3E00.
5.25
ERASE
Abbreviation: ER
Description:
Clears the [Command Line] window
Syntax:
er
Parameter
Type
Description
none
Clears the [Command Line] window
Example:
ER
Clears the [Command Line] window.