English
Language : 

M68ICS05C Datasheet, PDF (203/250 Pages) –
DEBUGGING COMMAND SET
SYMBOL
Add Symbol
The SYMBOL command creates a new symbol, which can be used anywhere in the debugger, in
place of the symbol value. If this command is entered with no parameters, it will list the current
user-defined symbols. If parameters are specified, the SYMBOL command will create a new
symbol.
The symbol label is case-insensitive and has a maximum length of 16T. It can be used with the
ASM and MM commands and replaces all addresses in the Code and Variables windows.
Syntax:
SYMBOL [<label> <value>]
where:
<label>
<value>
The ASCII-character string label of the new symbol.
The value of the new symbol (label).
Examples:
SYMBOL
SYMBOL timer_control $08
Show the current user-defined symbols.
Define new symbol “timer_control”, with value
$08. Subsequently, to modify the value of
“timer_control”, enter the command:
MM timer_control new_value
M68ICS05COM/D
7-87