MPC8BUG USER'S MANUAL
8
Symbol and alias names can start with an alpha character (a-z or A-Z), period (.),
underscore (_), slash (/), and tilde (~). While all characters after the first character can
be alphanumeric characters (a-z, A-Z, and 0-9), period (.), underscore (_), slash (/),
and tilde (~).
Symbol and alias name patterns can contain all previously defined characters as well as the
wildcard characters: question marks (?) or asterisk (*).
File names can contain alphanumeric characters (a-z, A-Z, and 0-9), period (.), underscore
(_), slash (/), tilde (~), caret (^), exclamation mark (!), at sign (@), percent (%),
ampersand (&), plus (+), minus (-), equals (=), or the dollar sign ($) or colon (:).
The pattern is a string of alphanumeric characters. The string may include the wildcard
characters: question marks (?) or asterisk (*). If the command contains a pattern value,
the command cannot contain name or text values.
Many commands use <addr> as a parameter. All control addressing modes are allowed. An
address+offset register mode is also allowed. The table below summarizes the address
formats which are acceptable for address parameters in debugger command lines.
Address shown below:
Debugger Address Parameter Format
Format Example Description
N 140 Absolute address.
N+rN 332+r5 Absolute address+contents of the specified offset register (not an
assembler-accepted syntax).
Symbol Definition
N - Absolute address (any valid expression)
rN - General purpose register
4.1.2 Syntactic Variables
The following syntactic variables are used in the command descriptions. In addition, other
syntactic variables may be used and are defined in the particular command description in which
they occur.
<DEL> Delimiter; a space, or expression.
<ADDR> Address or expression.
<COUNT> A constant.