Technical Support
On-Line Manuals
8051 Instruction Set Manual
The PUSH instruction increments the stack pointer and stores the value of the specified byte operand at the internal RAM address indirectly referenced by the stack pointer. No flags are affected by this instruction.
See Also: POP
PUSH SP = SP + 1 (SP) = (direct)
PUSH A