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.

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