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
416B

  1. (cont.) In the "/emul" binaries, "HERE" is readjusted to
  2. "CURRENT @" so that we don't have to relocate compiled dicts.
  3. Note that in this context, the initialization code is fighting
  4. for space with HERE: New entries to the dict will overwrite
  5. that code! Also, because we're barebone, we can't have
  6. comments. This can lead to peculiar code in this area where we
  7. try to "waste" space in initialization code.