Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: PUSH

Operation:PUSH
Function:Push Value Onto Stack
Syntax:PUSH

InstructionsOpCodeBytesCyclesFlags
PUSH iram addr0xC022None

Description: PUSH "pushes" the value of the specified iram addr onto the stack. PUSH first increments the value of the Stack Pointer by 1, then takes the value stored in iram addr and stores it in Internal RAM at the location pointed to by the incremented Stack Pointer.

See Also: POP, Instruction Set