Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->BSET

BSET    Set Bits in Memory

M <- M 'or' mask

Condition Code Register:

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


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