Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
382B

  1. Return Stack
  2. >R n -- R:n Pops PS and push to RS
  3. 2>R x y -- R:x y Equivalent to SWAP >R >R
  4. R> R:n -- n Pops RS and push to PS
  5. 2R> R:x y -- x y Equivalent to R> R> SWAP
  6. I -- n Copy RS TOS to PS
  7. I' -- n Copy RS second item to PS
  8. J -- n Copy RS third item to PS