Command: PUSH-Push Operand onto the Stack
Arguments: 16 or 32 bit immediate, register or memory location
Usage: PUSH SRC
Effects: Depending on the operand size, decrease stack pointer by 2 or 4 and copy SRC to top of stack
Flags to be set: none