Motorola MVME177 Installation And Use Manual page 110

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

Advertisement

Debugger General Information
B
B-30
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.
String
Literal
'A'
'ABC'
'TEST'
Evaluation of an expression is performed according to the
following rules:
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
Valid expression examples:
Expression
FF0011
45+99
&45+&99
@35+@67+@10
%10011110+%1001
88<<4
AA&F0
The total value of the expression must be between 0 and
$FFFFFFFF.
Numeric Value
(In Hexadecimal)
41
414243
54455354
Result (In Hex)
Notes
FF0011
DE
90
5C
A7
880
shift left
A0
logical AND

Advertisement

Table of Contents
loading

Table of Contents