Purpose: | To calculate the address of a quantity | ||||||||||||||||||
Format: | opcode src.ax, dst.wl | ||||||||||||||||||
Operation: | dst <- src; | ||||||||||||||||||
Condition Codes: |
N <- dst LSS 0; Z <- dst EQL 0; V <- 0; C <- C; |
||||||||||||||||||
Exceptions: | None | ||||||||||||||||||
Opcodes: |
|
||||||||||||||||||
Description: | The destination operand is replaced by the source operand which is an address. The context in which the source operand is evaluated is given by the data type of the instruction. The source operand, whose address replaces the destination operand, is not referenced. The source operand is unaffected. | ||||||||||||||||||
Notes: |
|