Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
506B

  1. See B260 for details.
  2. Drivers
  3. Up until now, we haven't implemented EMIT or KEY yet: those
  4. words are defined in the "high" part of core words because we
  5. generally need machine-specific drivers to implement (emit) and
  6. (key).
  7. Well, now is their time to shine. We split core in two
  8. precisely to fit drivers in there. This way. they have access
  9. to a pretty good vocabulary and they're also give the oppor-
  10. tunity to provide (emit) and (key).
  11. (cont.)