Clrbit - Intel i960 Jx Developer's Manual

Microprocessor
Table of Contents

Advertisement

INSTRUCTION SET REFERENCE
6.2.17

clrbit

Mnemonic:
clrbit
Format:
clrbit
Description:
Copies src value to dst with one bit cleared. bitpos operand specifies bit to be
cleared.
dst = src & ~(2**(bitpos%32));
Action:
STANDARD
Faults:
Example:
clrbit 23, g3, g6
Opcode:
clrbit
See Also:
alterbit, chkbit, notbit, setbit
6-30
Clear Bit
bitpos,
src,
reg/lit
reg/lit
Refer to
# g6
g3 with bit 23 cleared.
58CH
REG
dst
reg
section 6.1.6, "Faults" (pg.
6-5).

Advertisement

Table of Contents
loading

Table of Contents