Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
400B

  1. ; Example include file for userspace program
  2. ; All userspace programs include this file in they main source file so that
  3. ; they know a couple of vital things about the system such as where user memory
  4. ; starts. This is an example file with required constants.
  5. .equ USER_CODE 0x4800 ; Where in memory user code is loaded
  6. .equ USER_RAMSTART 0x8800 ; Where in memory user memory begins