Notbit - Intel i960 Jx Developer's Manual

Microprocessor
Table of Contents

Advertisement

INSTRUCTION SET REFERENCE
6.2.50

notbit

Mnemonic:
notbit
Format:
notbit
Description:
Copies the src2 value to dst with one bit toggled. The bitpos operand
specifies the bit to be toggled.
dst = src2 ^ 2**(src1%32);
Action:
STANDARD
Faults:
Example:
notbit r3, r12, r7 # r7
Opcode:
notbit
See Also:
alterbit, chkbit, clrbit, setbit
6-88
Not Bit
bitpos,
src2,
reg/lit
reg/lit
Refer to
r12 with the bit
# specified in r3 toggled.
580H
REG
dst
reg
section 6.1.6, "Faults" (pg.
6-5).

Advertisement

Table of Contents
loading

Table of Contents