You are here : assembly8051PUSH

PUSH - 8051

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.


Syntax

PUSH source


Example

PUSH A		;2 bytes 2 cycles


Output / Return Value


Limitations


Alternatives / See Also


Reference