Chapter 12 List of Machine Language Instructions

Mnemonic

Description of operation

 

 

 

This instruction proceeds through the following three stages:

 

1.Transfer, with zero-extension, the 8-bit contents of the memory location specified

BCLR imm8,(abs32)

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.

 

 

242 List of Machine Language Instructions

Page 254
Image 254
Panasonic MN1030 user manual Mnemonic Description of operation, Bclr imm8,abs32