Maxim-integrated MAXQ622 Manuel d'utilisateur Page 252

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 255
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 251
Maxim Integrated A1-7
MAXQ612/MAXQ622 Users Guide
; pointer as the active source.
move ACC, @DP[1] ; *WRONG* DP[1] is *NOT* properly configured properly
move ACC, @DP[0] ; DP[0] is now properly configured properly to read
END
All of the single pointer examples can be extended to multiple pointer
versions. It is assumed that those operations can be extrapolated from
the given examples.
Conclusions:
- pointer mode and pointer selection/activation need to be preformed in
separate instructions.
- pointer mode has to be set before writing an address to a pointer
register.
- pointer activation can be performed by direct writes to the DPC.SDPS
bits, by writing an address to a pointer register, by recirculating the
contents of a pointer register or by using auto-inc (++) or auto-dec
(--) pointer operations.
- If a pointer is used (in the context of the global application, not
the local assembler module) in both byte and word modes, then all 17-bits
of a pointer should be saved and restored.
Vue de la page 251
1 2 ... 247 248 249 250 251 252 253 254 255

Commentaires sur ces manuels

Pas de commentaire