User`s manual
Entering Commands
2-4
2
Valid expression examples:
The total value of the expression must be between 0 and
$FFFFFFFF.
ADDR
The syntax for the ADDR argument is similar to the syntax accepted
by the PowerPC one-line assembler. All control addressing modes
are allowed. Refer to Addressing Modes in Chapter 4.
ADDR may also be specified in the address + offset form.
ADDR Formats
The ADDR format is:
HexadecimalNumber {[^S]|[^s]|[^U]|[^u]}|Rn
Enter ADDR as a hexadecimal number (e.g., 20000 for address
$00020000). The address, or starting address of a range, can be
qualified by a suffix, either ^S or ^s for supervisor address space,
or ^U or ^u for user address space. The default, when the suffix is
not specified, is supervisor.
Expression Result (Hex)
FF0011 FF0011
45+99 DE
&45+&99 90
@35+@67+@10 5C
%10011110+%1001 A7
88<<4 880
AA&F0 A0
<< represents shift-left
& represents logical AND