Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->Bit Manipulation Instructions


InstructionOperand
Syntax
Operand
Size
Operation
BCHGDn,<ea>
#<data>,<ea>
8,32
8,32
~(<bit number> of Destination) -> Z -> <bit number> of Destination
BCLRDn,<ea>
#<data>,<ea>
8,32
8,32
~(<bit number> of Destination) -> Z;
0 -> <bit number> of Destination
BSETDn,<ea>
#<data>,<ea>
8,32
8,32
~(<bit number> of Destination) -> Z;
1 -> <bit number> of Destination
BTSTDn,<ea>
#<data>,<ea>
8,32
8,32
~(<bit number> of Destination) -> Z