Using the 177Bug Debugger
B-29
B
Expression as a Parameter
An expression can be one or more numeric values separated by the
arithmetic operators:
❏
Plus (
+
)
❏
Minus (
-
)
❏
Multiplied by (
*
)
❏
Divided by (
/
)
❏
Logical AND (
&
)
❏
Shift left (
<<
)
❏
Shift right (
>>
)
Numeric values may be expressed in either:
❏
Hexadecimal
❏
Decimal
❏
Octal
❏
Binary
by immediately preceding them with the proper base identifier.
If no base identifier is specified, then the numeric value is assumed
to be hexadecimal.
Data Type
Base
IdentiÞer
Examples
Integer
Hexadecimal
$
$FFFFFFFF
Integer
Decimal
&
&1974, &10-&4
Integer
Octal
@
@456
Integer
Binary
%
%1000110
Summary of Contents for MVME177
Page 1: ...MVME177 Single Board Computer Installation and Use Manual VME177A IH2 ...
Page 6: ......
Page 42: ...Hardware Preparation and Installation 2 18 2 ...
Page 52: ...Operating Instructions 3 10 3 ...
Page 80: ...EIA 232 D Interconnections A 8 A ...