Purpose: | To copy a long word to a bit field. | |||
Format: | opcode src.rl, startpos.rl, size.rb, base.vb | |||
Operation: | {field} <- src<(size-1):0> | |||
Condition Codes: |
N <- 0; Z <- 0; V <- 0; C <- 0; |
|||
Exceptions: | Reserved Operand | |||
Opcodes: |
|
|||
Description: | The field specified by the position, size and base operands is replaced by bits <(size-1):0> of the source operand. If the size operand is 0, the only action is to affect the condition codes. | |||
Notes: |
|