PUSHL Instruction

Purpose:To push the source operand onto the stack
Format:opcode src.rl
Operation:-(SP) <- src;
Condition
Codes:
N <- src LSS 0;
Z <- src EQL 0;
V <- 0;
C <- C;
Exceptions:None
Opcodes:
DDPUSHLPush Long
Description: The long word source operand is pushed onto the top of the stack.
Notes: PUSHL is equivalent to MOVL src, -(SP), but is one byte shorter.