Motorola MVME166IG/D2, MVME166D2 manual Address as a Parameter, Address Formats

Models: MVME166IG MVME166D2 MVME166IG/D2

1 122
Download 122 pages 34.03 Kb
Page 74
Image 74
Address as a Parameter

Using the 166Bug Debugger

Valid expression examples:

 

 

Expression

Result (In Hex)

Notes

 

 

 

 

 

 

 

 

 

 

 

 

FF0011

FF0011

 

 

 

 

 

 

 

 

45+99

DE

 

 

 

 

 

 

 

 

&45+&99

90

 

4

 

 

 

 

 

 

@35+@67+@10

5C

 

 

 

 

 

 

 

 

%10011110+%1001

A7

 

 

 

 

 

 

 

 

88<<4

880

shift left

 

 

 

 

 

 

 

AA&F0

A0

logical AND

 

 

 

 

 

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

Address Formats

Table 4-1 summarizes the address formats which are acceptable for address parameters in debugger command lines.

4-4

MVME166 Single Board Computer Installation Guide

Page 74
Image 74
Motorola MVME166IG/D2, MVME166D2 manual Address as a Parameter, Address Formats