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
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.)