Motorola MVME147 Installation And Use Manual page 180

Mpu vmemodule
Table of Contents

Advertisement

Debugger General Information
B
B-26
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 evaluated 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 Hexadecimal)
FF0011
DE
90
5C
A7
880
A0
Notes
shift left
logical AND

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents