Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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