Skip to content
lenanya edited this page Jan 5, 2025 · 1 revision

useage

stx;

pushes the value from the X register onto the stack

example

push 34;
ldx;
...
stx;
// the top of the stack is now a node with value 34 which was stored in X
Clone this wiki locally