Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->BITA

BITA    Bit Test of Accumulator A with Memory

A 'and' M

Condition Code Register:

C  Not affected
V  Reset Always
Z  Set if result Zero, else cleared
N  Set if result Negative, else cleared
I  Not affected
H  Not affected


    
Addressing modeAssembler syntax
Immed.:BITA #<exprn.>
Direct:BITA <exprn.>
Index X:BITA <exprn.>,X
Index Y:BITA <exprn.>,Y
Extend:BITA <exprn.>