Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. 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.