Chapter 12 List of Machine Language Instructions

 

Mnemonic

Description of operation

 

 

 

 

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,

Transfer the lowest 8 bits of Dm to the memory location specified by

 

(abs16)

abs16. abs16 is zero-extended.

 

 

 

 

MOVBU Dm,

Transfer the lowest 8 bits of Dm to the memory location specified by

 

(abs32)

abs32.

 

 

 

Absolute

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,

Transfer the lowest 16 bits of Dm to the memory location specified by

 

(abs16)

abs16. abs16 is zero-extended.

 

 

 

 

MOVHU Dm,

Transfer the lowest 16 bits of Dm to the memory location specified by

 

(abs32)

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.

 

 

 

 

 

List of Machine Language Instructions 235

Page 247
Image 247
Panasonic MN1030 user manual Absolute