Z80NAssembly.PUSH Method
Definition
PUSH NNNN — Push. Pushes the register pair onto the stack.
public static Opcode PUSH(ReferenceOrWord referenceOrWord);
Parameters
| Name | Type | Description |
|---|---|---|
referenceOrWord |
ReferenceOrWord |
The word value, or a reference to a label supplying it. |
Returns
Remarks
23 T-states.