paste
Paste
Transfers data from the copy buffer to a specified memory location.
Details
The paste instruction transfers data from the copy buffer to a specified memory location. The effective address (EA) is calculated as the sum of RA and RB. If L=1, metadata bits in the copy buffer are cleared before the transfer.
Pseudocode Operation
Programming Note
The paste instruction is commonly used to transfer data from the copy buffer to memory. Ensure that the effective address (EA) calculated from RA and RB is correctly aligned for optimal performance. If L=1, be aware that metadata bits in the copy buffer are cleared before the transfer, which might affect subsequent operations relying on these bits.
Extended Mnemonics
| Extended Mnemonic | Equivalent Instruction |
|---|---|
Example
Encoding
Operands
-
RA
Dest -
RB
Control -
L
Logical flag (0 or 1)