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.



User Comments

No Posts found !

Login to Post a Comment.