Changes

Z80

28 bytes added, 10:54, 1 September 2024
/* Z80 Instructions: P */
{| class="wikitable" border="1"
|-
! Instruction !! Opcode !! NOPs !! Cycles !! S !! Z !! 5 !! H !! 3 !! P !! N !! C !! Effect !! Description
|-
| pop P || 11pp0001 || 3 || 10 || - || - || - || - || - || - || - || - || P := (sp), sp += 2 ||rowspan=2|Pop a value from the stack
|-
| pop I || 11i11101 11100001 || 4 || 14 || - || - || - || - || - || - || - || - || I := (sp), sp += 2
|-
| push P || 11pp0101 || 4 || 11 || - || - || - || - || - || - || - || - || sp -= 2, (sp) := P ||rowspan=2|Push a value onto the stack
|-
| push I || 11i11101 11100101 || 5 || 15 || - || - || - || - || - || - || - || - || sp -= 2, (sp) := I
|}
13,173
edits