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.

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