Panasonic PanaXSeries MN1030 Series User Manual page 250

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Chapter 12 List of Machine Language Instructions
MULTIPLY
Mnemonic
MUL Dm, Dn
MULU Dm, Dn
DIVIDE
Mnemonic
DIV Dm, Dn
DIVU Dm, Dn
INC
Mnemonic
INC Dn
INC An
INC4 An
COMPARE source with destination
Mnemonic
CMP Dm, Dn
CMP Dm, An
CMP Am, Dn
CMP Am, An
CMP imm, Dn
CMP imm, An
238 List of Machine Language Instructions
Multiplies the 32-bit signed integer multiplicand in Dm by the 32-bit signed
integer multiplier in Dn and store the upper 32 bits of the product in MDR and
the lower 32 bits in Dn.
Multiplies the 32-bit unsigned integer multiplicand in Dm by the 32-bit
unsigned integer multiplier in Dn and store the upper 32 bits of the product in
MDR and the lower 32 bits in Dn.
Divide the 64-bit signed integer dividend with its upper 32 bits in MDR and
its lower 32 bits in Dn by the 32-bit signed divisor in Dm and store the 32-bit
remainder in MDR and the 32-bit quotient in Dn.
Divide the 64-bit unsigned integer dividend with its upper 32 bits in MDR
and its lower 32 bits in Dn by the 32-bit unsigned divisor in Dm and store the
32-bit remainder in MDR and the 32-bit quotient in Dn.
Add 1 to the contents of Dn and store the result in Dn.
Add 1 to the contents of An and store the result in An.
Add 4 to the contents of An and store the result in An.
Subtract the contents of Dm from Dn and set the flags according to the result.
Subtract the contents of Dm from An and set the flags according to the result.
Subtract the contents of Am from Dn and set the flags according to the result.
Subtract the contents of Am from Dn and set the flags according to the result.
Subtract the sign-extended imm8, sign-extended imm16, or imm32 from Dn
and set the flags according to the result.
Subtract the zero-extended imm8, zero-extended imm16, or imm32 from An
and set the flags according to the result.
Description of operation
Description of operation
Description of operation
Description of operation

Advertisement

Table of Contents
loading

Table of Contents