Panasonic MN1030 Laptop User Manual


 
Chapter 12 List of Machine Language Instructions
242 List of Machine Language Instructions
BCLR imm8,(abs32)
This instruction proceeds through the following three stages:
1.Transfer, with zero-extension, the 8-bit contents of the memory location specified
with abs32 to a 32-bit internal temporary register.
2.AND the temporary register with zero-extended imm8 and set the flags according
to the result.
3.AND the temporary register with the ones complement of zero-extended imm8
and store the lowest 8 bits of the result in the memory location specified with abs32.
Mnemonic Description of operation