Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
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.