Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
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.