We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stx;
pushes the value from the X register onto the stack
push 34; ldx; ... stx; // the top of the stack is now a node with value 34 which was stored in X