Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
156B

  1. .inc "user.h"
  2. jp forthMain
  3. .equ FORTH_RAMSTART RAMSTART
  4. .inc "forth/main.asm"
  5. .inc "forth/util.asm"
  6. .inc "forth/stack.asm"
  7. .inc "forth/dict.asm"
  8. RAMSTART: