Entering Debugger Command Lines
MVME166IG/D2
4-5
4
Table 4-1. Debugger Address Parameter Formats
Format
Example
Description
N
140
Absolute contents of
automatic offset register.
N+Rn
130+R5
Absolute contents of the
specified offset register (not an
assembler-accepted syntax).
(An)
(A1)
Address register indirect. (also post-
increment, predecrement)
(d,An) or
d(An)
(120,A1)
120(A1)
Address register indirect with dis-
placement (two formats accepted).
(d,An,Xn) or
d(An,Xn)
(&120,A1,D2)
&120(A1,D2)
Address register indirect with index
and displacement (two formats
accepted).
([bd,An,Xn],od)
([C,A2,A3],&100)
Memory indirect preindexed.
([bd,An],Xn,od)
([12,A3],D2,&10)
Memory indirect postindexed.
For the memory indirect modes, fields can be omitted.
For example, three of many permutations are as follows:
([,An],od)
([,A1],4)
([bd])
([FC1E])
([bd,,Xn])
([8,,D2])
NOTES:
N
— Absolute address(any valid expression).
An
— Address register n.
Xn
— Index register n (An or Dn).
d
— Displacement (any valid expression).
bd
— Base displacement (any valid expression).
od
— Outer displacement (any valid expression).
n
— Register number (0 to 7).
Rn
— Offset register n.
Содержание MVME166
Страница 1: ...MVME166 Single Board Computer Installation Guide MVME166IG D2 ...
Страница 12: ...xii ...
Страница 14: ...xiv ...
Страница 46: ...Hardware Preparation and Installation 2 10 MVME166 Single Board Computer Installation Guide 2 ...
Страница 70: ...Debugger General Information 3 24 MVME166 Single Board Computer Installation Guide 3 ...
Страница 114: ...Disk Tape Controller Data B 6 MVME166 Single Board Computer Installation Guide B ...
Страница 116: ...Network Controller Data C 2 MVME166 Single Board Computer Installation Guide C ...