Panasonic PanaXSeries MN1030 Series User Manual page 245

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Mnemonic
MOV (d, Am), An
MOV (d, SP), An
MOV (d8, Am), SP
MOV Dm, (d, An)
MOV Dm, (d, SP)
MOV Am, (d, An)
MOV Am, (d, SP)
MOV SP, (d8, An)
Register
Relative
Indirect
MOVBU (d, Am), Dn
MOVBU (d, SP), Dn
MOVBU Dm, (d, An)
MOVBU Dm, (d, SP)
MOVB (d, Am), Dn
MOVB (d, SP), Dn
MOVB Dm, (d, An)
MOVB Dm, (d, SP)
Description of operation
Transfers the contents of the memory location specified by Am and
displacement d to An.
8- and 16-bit displacements are sign-extended.
Transfers the contents of the memory location specified by SP and
displacement d to An.
8- and 16-bit displacements are zero-extended.
Transfers the contents of the memory location specified by Am and
displacement d to SP.
8- and 16-bit displacements are sign-extended.
Transfers the contents of Dm to the memory location specified by An
and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the contents of Dm to the memory location specified by SP
and displacement d.
8- and 16-bit displacements are zero-extended.
Transfers the contents of Am to the memory location specified by An
and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the contents of Am to the memory location specified by SP
and displacement d.
8- and 16-bit displacements are zero-extended.
Transfers the contents of SP to the memory location specified by An
and 8-bit displacement d8.
8- bit displacements are sign-extended.
Transfers, with zero-extension, the 8-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 8-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 8 bits of Dm to the memory location specified by
An and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the lowest 8 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 8-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 8-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 8 bits of Dm to the memory location specified by
An and displacement d.
8- and 16-bit displacements are sign-extended.
Transfers the lowest 8 bits of Dm to the memory location specified by
SP and displacement d.
8- and 16-bit displacements are zero-extended.
Chapter 12 List of Machine Language Instructions
List of Machine Language Instructions 233

Advertisement

Table of Contents
loading

Table of Contents