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

17 行
239B

  1. Addressed devices
  2. A@ and A! are the indirect versions of C@ and C!. Their target
  3. word is controlled through A@* and A!* and by default point to
  4. C@ and C*. There is also a AMOVE word that is the same as MOVE
  5. but using A@ and A!.