Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
384B

  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