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.

20 lines
518B

  1. .org 0x4800 ; in sync with USER_CODE in glue.asm
  2. .equ USER_RAMSTART 0x6000
  3. .equ FS_HANDLE_SIZE 8
  4. .equ BLOCKDEV_SIZE 8
  5. ; *** JUMP TABLE ***
  6. .equ strncmp 0x03
  7. .equ upcase @+3
  8. .equ findchar @+3
  9. .equ blkSel @+3
  10. .equ blkSet @+3
  11. .equ fsFindFN @+3
  12. .equ fsOpen @+3
  13. .equ fsGetB @+3
  14. .equ _blkGetB @+3
  15. .equ _blkPutB @+3
  16. .equ _blkSeek @+3
  17. .equ _blkTell @+3
  18. .equ printstr @+3