Address As A Parameter - Motorola MVME167 Series Installation Manual

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

Advertisement

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.
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.

Address as a Parameter

Many commands use addr as a parameter. The syntax accepted by
167Bug is similar to the one accepted by the MC68040 one-line
assembler. All control addressing modes are allowed. An "address
+ offset register" mode is also provided.
Entering Debugger Command Lines
String
Numeric Value
Literal
(In Hexadecimal)
'A'
41
'ABC'
414243
'TEST'
54455354
Result (In Hex)
FF0011
DE
90
5C
A7
880
A0
Notes
shift left
logical AND
5
5-5

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents