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.

31 lines
480B

  1. ; *** JUMP TABLE ***
  2. ; include the addresses of the actual table into user.h for userspace utilities
  3. jp strncmp
  4. jp upcase
  5. jp findchar
  6. jp parseHex
  7. jp parseDecimal
  8. jp blkSel
  9. jp blkSet
  10. jp fsFindFN
  11. jp fsOpen
  12. jp fsGetB
  13. jp fsPutB
  14. jp fsSetSize
  15. jp fsOn
  16. jp fsIter
  17. jp fsAlloc
  18. jp fsHandle
  19. jp fsblkTell
  20. jp printstr
  21. jp printnstr
  22. jp printcrlf
  23. jp stdioPutC
  24. jp stdioGetC
  25. jp stdioReadLine
  26. jp _blkGetB
  27. jp _blkPutB
  28. jp _blkSeek
  29. jp _blkTell