Or, Ornot - Intel i960 Jx Developer's Manual

Microprocessor
Table of Contents

Advertisement

INSTRUCTION SET REFERENCE
6.2.52

or, ornot

Mnemonic:
or
ornot
Format:
or
ornot
Performs a bitwise OR (
Description:
operation on the src2 and src1 values and stores the result in dst.
Action:
or:
dst = src2 | src1;
ornot:
dst = src2 | ~src1;
STANDARD
Faults:
Example:
or 14, g9, g3
ornot r3, r8, r11
Opcode:
or
ornot
See Also:
and, andnot, nand, nor, not, notand, notor, xnor, xor
6-90
Or
Or Not
src1,
src2,
reg/lit
reg/lit
src1,
src2,
reg/lit
reg/lit
instruction) or ORNOT (
or
Refer to
# g3
g9 OR 14
# r11
r8 OR NOT r3
587H
REG
58BH
REG
dst
reg
dst
reg
instruction)
ornot
section 6.1.6, "Faults" (pg.
6-5).

Advertisement

Table of Contents
loading

Table of Contents