Texas-instruments TMS320C3x Manuel d'utilisateur Page 165

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 757
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 164
Indirect Addressing
6-12
Example 6–9. Indirect Addressing With Postdisplacement Add and Circular Modify
The address of the operand to fetch is the contents of an auxiliary register
(AR
n
). After the operand is fetched, the displacement (
disp
) is added to the
contents of the auxiliary register using circular addressing. This result is used
to update the auxiliary register. The displacement is either an 8-bit unsigned
integer contained in the instruction word or an implied value of 1.
Operation: operand address = AR
n
AR
n
= circ(AR
n
+
disp
)
Assembler Syntax: *AR
n
++(
disp
)%
Modification Field: 00110
(+)
0
031 24 23
Addressxx
AR
n
31
disp
00
0
31
87
Integer
Operand
0...0
(%)
Example 6–10. Indirect Addressing With Postdisplacement Subtract and Circular Modify
The address of the operand to fetch is the contents of an auxiliary register
(AR
n
). After the operand is fetched, the displacement (
disp
) is subtracted from
the contents of the auxiliary register using circular addressing. This result is
used to update the auxiliary register. The displacement is either an 8-bit
unsigned integer contained in the instruction word or an implied value of 1.
Operation: operand address = AR
n
AR
n
= circ(AR
n
disp
)
Assembler Syntax: *AR
n
––(
disp
)%
Modification Field: 00111
(–)
0
0
31 24 23
Addressxx
AR
n
31
disp
00
0
31
87
Integer
Operand
0...0
(%)
Vue de la page 164
1 2 ... 160 161 162 163 164 165 166 167 168 169 170 ... 756 757

Commentaires sur ces manuels

Pas de commentaire