Chapter 12 List of Machine Language Instructions
List of Machine Language Instructions 235
Absolute
MOV (abs32), Dn
Transfer the 32-bit contents of the memory location specified by abs32
to Dn.
MOV (abs16), An
Transfer the 32-bit contents of the memory location specified by abs16
to An. abs16 is zero-extended.
MOV (abs32), An
Transfer the 32-bit contents of the memory location specified by abs32
to An.
MOV Dm, (abs16)
Transfer the contents of Dm to the memory location specified by
abs16. abs16 is zero-extended.
MOV Dm, (abs32)
Transfer the contents of Dm to the memory location specified by
abs32.
MOV Am, (abs16)
Transfer the contents of Am to the memory location specified by
abs16. abs16 is zero-extended.
MOV Am, (abs32)
Transfer the contents of Am to the memory location specified by
abs32.
MOVBU (abs16), Dn
Transfer, with zero-extension, the 8-bit contents of the memory
location specified by abs16 to Dn. abs16 is zero-extended.
MOVBU (abs32), Dn
Transfer, with zero-extension, the 8-bit contents of the memory
location specified by abs32 to Dn.
MOVBU Dm,
(abs16)
Transfer the lowest 8 bits of Dm to the memory location specified by
abs16. abs16 is zero-extended.
MOVBU Dm,
(abs32)
Transfer the lowest 8 bits of Dm to the memory location specified by
abs32.
MOVB (abs16), Dn
Transfer, with sign-extension, the 8-bit contents of the memory
location specified by abs16 to Dn. abs16 is zero-extended.
MOVB (abs32), Dn
Transfer, with sign-extension, the 8-bit contents of the memory
location specified by abs32 to Dn.
MOVB Dm, (abs16)
Transfer the lowest 8 bits of Dm to the memory location specified by
abs16. abs16 is zero-extended.
MOVB Dm, (abs32)
Transfer the lowest 8 bits of Dm to the memory location specified by
abs32.
MOVHU (abs16), Dn
Transfer, with zero-extension, the 16-bit contents of the memory
location specified by abs16 to Dn. abs16 is zero-extended.
MOVHU (abs32), Dn
Transfer, with zero-extension, the 16-bit contents of the memory
location specified by abs32 to Dn.
MOVHU Dm,
(abs16)
Transfer the lowest 16 bits of Dm to the memory location specified by
abs16. abs16 is zero-extended.
MOVHU Dm,
(abs32)
Transfer the lowest 16 bits of Dm to the memory location specified by
abs32.
MOVH (abs16), Dn
Transfer, with sign-extension, the 16-bit contents of the memory
location specified by abs16 to Dn. abs16 is zero-extended.
MOVH (abs32), Dn
Transfer, with sign-extension, the 16-bit contents of the memory
location specified by abs32 to Dn.
MOVH Dm, (abs16)
Transfer the lowest 16 bits of Dm to the memory location specified by
abs16. abs16 is zero-extended.
MOVH Dm, (abs32)
Transfer the lowest 16 bits of Dm to the memory location specified by
abs32.
Mnemonic Description of operation