2020-04-14 10:04:09 -04:00
|
|
|
Return Stack
|
|
|
|
|
|
|
|
>R n -- R:n Pops PS and push to RS
|
2020-05-06 09:49:37 -04:00
|
|
|
2>R x y -- R:x y Equivalent to SWAP >R >R
|
2020-04-14 10:04:09 -04:00
|
|
|
R> R:n -- n Pops RS and push to PS
|
2020-05-06 09:49:37 -04:00
|
|
|
2R> R:x y -- x y Equivalent to R> R> SWAP
|
2020-04-14 10:04:09 -04:00
|
|
|
I -- n Copy RS TOS to PS
|
|
|
|
I' -- n Copy RS second item to PS
|
|
|
|
J -- n Copy RS third item to PS
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|