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.

14 lines
381B

  1. ( BOOT DICT: There are only 3 words in the boot dict, but
  2. these words' offset need to be stable, so they're part of
  3. the "stable ABI" )
  4. 'E' A, 'X' A, 'I' A, 'T' A,
  5. 0 A,, ( prev )
  6. 4 A,
  7. H@ XCURRENT ! ( set current tip of dict, 0x42 )
  8. 0x17 A, ( nativeWord )
  9. ;CODE
  10. CODE FOO
  11. AH 0x0e MOVri, ( print char ) AL 'X' MOVri, 0x10 INT,
  12. BEGIN, JMPs, AGAIN,
  13. ;CODE