Panasonic PanaXSeries MN1030 Series User Manual page 246

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Chapter 12 List of Machine Language Instructions
Mnemonic
MOVHU (d, Am), Dn
MOVHU (d, SP), Dn
MOVHU Dm, (d, An)
MOVHU Dm, (d, SP)
Register
Relative
Indirect
MOVH (d, Am), Dn
MOVH (d, SP), Dn
MOVH Dm, (d, An)
MOVH Dm, (d, SP)
MOV (Di, Am), Dn
MOV (Di, Am), An
MOV Dm, (Di, An)
MOV Am, (Di, An)
MOVBU (Di, Am),
Dn
MOVBU Dm, (Di,
An)
Index
MOVB (Di, Am), Dn
MOVB Dm, (Di, An)
MOVHU (Di,Am),
Dn
MOVHU Dm, (Di,
An)
MOVH (Di, Am), Dn
MOVH Dm, (Di, An)
MOV (abs16), Dn
234 List of Machine Language Instructions
Description of operation
Transfers, with zero-extension, the 16-bit contents of the memory
location specified by Am and displacement d to Dn.
8- and 16-bit displacements are sign-extended.
Transfers, with zero-extension, the 16-bit contents of the memory
location specified by SP and displacement d to Dn.
8- and 16-bit displacements are zero-extended.
Transfers the lowest 16 bits of Dm to the memory location specified by
An and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the lowest 16 bits of Dm to the memory location specified by
SP and displacement d.
8- and 16-bit displacements are zero-extended.
Transfers, with sign-extension, the 16-bit contents of the memory
location specified by Am and displacement d to Dn.
8- and 16-bit displacements are sign-extended.
Transfers, with sign-extension, the 16-bit contents of the memory
location specified by SP and displacement d to Dn. 8- and 16-bit
displacements are zero-extended.
Transfers the lowest 16 bits of Dm to the memory location specified by
An and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the lowest 16 bits of Dm to the memory location specified by
SP and displacement d.
8- and 16-bit displacements are zero-extended.
Transfers the 32-bit contents of the memory location specified by Di
and Am to Dn.
Transfers the 32-bit contents of the memory location specified by Di
and Am to An.
Transfers the contents of Dm to the memory location specified by Di
and An.
Transfers the contents of Am to the memory location specified by Di
and An.
Transfers, with zero-extension, the 8-bit contents of the memory
location specified by Di and Am to Dn.
Transfers the lowest 8 bits of Dm to the memory location specified by
Di and An.
Transfers, with sign-extension, the 8-bit contents of the memory
location specified by Di and Am to Dn.
Transfers the lowest 8 bits of Dm to the memory location specified by
Di and An.
Transfers, with zero-extension, the 16-bit contents of the memory
location specified by Di and Am to Dn.
Transfers the lowest 16 bits of Dm to the memory location specified by
Di and An.
Transfers, with sign-extension, the 16-bit contents of the memory
location specified by Di and Am to Dn.
Transfers the lowest 16 bits of Dm to the memory location specified by
Di and An.
Transfer the 32-bit contents of the memory location specified by abs16
to Dn. abs16 is zero-extended.

Advertisement

Table of Contents
loading

Table of Contents