Skip to content

Z80NAssembly.PUSH Method

Definition

PUSH NNNN — Push. Pushes the register pair onto the stack.

public static Opcode PUSH(ReferenceOrWord referenceOrWord);

View source

Parameters

Name Type Description
referenceOrWord ReferenceOrWord The word value, or a reference to a label supplying it.

Returns

Opcode

Remarks

23 T-states.