BSET Instruction


This instruction will set a bit in an operand specified by an effective address. The Z-flag (the only flag affected) will be set as the bit was before the change! The bit number is stored in a data register or is an immediate address.

ADDRESS METHODS: Dn, (An), (An)+, -(An), x(An), x(An,xr.s), x.w, x.l

DATA LENGTH: Byte, longword

FLAGS: Z - Set if the bit was 0 before the change, else cleared. All other flags unaffected.

SYNTAX: BSET Dn,<ea>
BSET #<data>,<ea>