Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
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