Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

17 lignes
514B

  1. : (main) INTERPRET BYE ;
  2. : BOOT
  3. 0x02 RAM+ CURRENT* !
  4. CURRENT @ 0x2e RAM+ ! ( 2e == BOOT C< PTR )
  5. 0 0x08 RAM+ ! ( 08 == C<* override )
  6. ['] (emit) ['] EMIT **!
  7. ['] (key) ['] KEY **!
  8. ['] CRLF ['] NL **!
  9. ( 0c == C<* )
  10. ['] (boot<) ['] C<* **!
  11. ['] C@ ['] A@ ! ['] C! ['] A! **!
  12. ( boot< always has a char waiting. 06 == C<?* )
  13. 1 0x06 RAM+ ! INTERPRET
  14. RDLN$ LIT" _sys" [entry]
  15. LIT" Collapse OS" (print) NL (main) ;
  16. XCURRENT @ _xapply ORG @ 0x04 ( stable ABI BOOT ) + !