Modify - Intel i960 Jx Developer's Manual

Microprocessor
Table of Contents

Advertisement

6.2.42

modify

Mnemonic:
modify
Format:
modify
Description:
Modifies selected bits in src/dst with bits from src. The mask operand selects
the bits to be modified: only bits set in the mask operand are modified in
src/dst.
src_dst = (src & mask) | (src_dst & ~mask);
Action:
STANDARD
Faults:
Example:
modify g8, g10, r4
Opcode:
modify
See Also:
alterbit, extract
INSTRUCTION SET REFERENCE
Modify
mask,
src,
reg/lit
reg/lit
Refer to
650H
REG
src/dst
reg
section 6.1.6, "Faults" (pg.
# r4
g10 masked by g8.
6-5).
6
6-77

Advertisement

Table of Contents
loading

Table of Contents