4-4
Using the 162Bug Debugger
4
Numeric values may be expressed in either hexadecimal, decimal,
octal, or binary notation by immediately preceding them with the
proper base identifier.
If no base identifier is specified, then the numeric value is assumed
to be hexadecimal.
A numeric value may also be expressed as a string literal of up to
four characters. The string literal must begin and end with the
single quote mark ('). The numeric value is interpreted as the
concatenation of the ASCII values of the characters. This value is
right-justified, as any other numeric value would be.
Evaluation of an expression is always from left to right unless
parentheses are used to group part of the expression. There is no
operator precedence. Subexpressions within parentheses are
evaluated first. Nested parenthetical subexpressions are evaluated
from the inside out.
Base
Identifier
Examples
Hexadecimal
$
$FFFFFFFF
Decimal
&
&1974, &10-&4
Octal
@
@456
Binary
%
%1000110
String
Literal
Numeric Value
(In Hexadecimal)
'A'
41
'ABC'
414243
'TEST'
54455354
Содержание 700 Series
Страница 2: ......
Страница 3: ...700 800 Series MVME162LX Embedded Controller Installation and Use V162 7A IH1 ...
Страница 48: ...1 34 Board Level Hardware Description 1 ...
Страница 70: ...2 22 Hardware Preparation and Installation 2 ...
Страница 138: ...A 18 Configure and Environment Commands A ...
Страница 144: ...B 6 Disk Tape Controller Data B ...
Страница 146: ...C 2 Network Controller Data C ...
Страница 156: ...Index IN 6 I N D E X W watchdog timer 1 24 Z Z85230 serial communications controllers SCCs 3 6 ...