Expression As A Parameter - Motorola MVME177 Installation And Use Manual

Single board computer
Hide thumbs Also See for MVME177:
Table of Contents

Advertisement

Expression as a Parameter

An expression can be one or more numeric values separated by the
arithmetic operators:
Numeric values may be expressed in either:
by immediately preceding them with the proper base identifier.
Data Type
Integer
Integer
Integer
Integer
If no base identifier is specified, then the numeric value is assumed
to be hexadecimal.
Plus (+)
Minus (-)
Multiplied by (*)
Divided by (/)
Logical AND (&)
Shift left (<<)
Shift right (>>)
Hexadecimal
Decimal
Octal
Binary
Base
Hexadecimal
$
Decimal
&
Octal
@
Binary
%
Using the 177Bug Debugger
IdentiÞer
Examples
$FFFFFFFF
&1974, &10-&4
@456
%1000110
B
B-29

Advertisement

Table of Contents
loading

Table of Contents