Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->BRSET

BRSET    Branch if Bits Set

~M 'and' mask and branch if result zero

Condition Code Register:

C  Not affected
V  Not affected
Z  Not affected
N  Not affected
I  Not affected
H  Not affected


    
Addressing modeAssembler syntax
Direct:BRSET <exprn.> <mask> <address>
Index X:BRSET <exprn.>,X <mask> <address>
Index Y:BRSET <exprn.>,Y <mask> <address>