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

10 行
401B

  1. This unit is loaded in two "low" and "high" parts. The low part
  2. is the biggest chunk and has the most definitions. The high
  3. part is the "sensitive" chunk and contains "LITN", ":" and ";"
  4. definitions which, once defined, kind of make any more defs
  5. impossible.
  6. The gap between these 2 parts is the ideal place to put device
  7. driver code. Load the low part with "353 LOAD", the high part
  8. with "380 LOAD"