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