Logical Instructions - Panasonic PanaXSeries MN1030 Series User Manual

Panasonic microcomputer user's manual
Table of Contents

Advertisement

12.3.3 Logical Instructions

AND source with destination
Mnemonic
AND Dm, Dn
AND imm, Dn
AND imm16, PSW
OR source with destination
Mnemonic
OR Dn, Dm
OR imm, Dn
OR imm16, PSW
EXCLUSIVE-OR source with destination
Mnemonic
XOR Dm, Dn
XOR imm, Dn
NOT destination
Mnemonic
NOT Dn
AND Dm with Dn and store the result in Dn.
AND the zero-extended imm8, zero-extended imm16, or imm32 with Dn and
store the result in Dn.
AND imm16 with PSW and store the result in PSW.
OR Dm with Dn and store the result in Dn.
OR the zero-extended imm8, zero-extended imm16, or imm32 with Dn and
store the result in Dn.
OR imm16 with PSW and store the result in PSW.
XOR Dm with Dn and store the result in Dn.
XOR the zero-extended imm16 or imm32 with Dn and store the result in Dn.
Reverse all bits in Dn and store the result in Dn.
Chapter 12 List of Machine Language Instructions
Description of operation
Description of operation
Description of operation
Description of operation
List of Machine Language Instructions 239

Advertisement

Table of Contents
loading

Table of Contents