?login_element?

Subversion Repositories NedoOS

Rev

Rev 468 | Rev 652 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;FatFS calls
  2. ffsfunc
  3. .f_chdir EQU 0x67BB
  4. .f_chdrive EQU 0x67B7
  5. .f_chmod EQU 0x7545
  6. .f_close EQU 0x67A0
  7. .f_getcwd EQU 0x6816
  8. .f_getfree EQU 0x6E99
  9. .f_getutime EQU 0x7605
  10. .f_lseek EQU 0x698F
  11. .f_mkdir EQU 0x7327
  12. .f_mount EQU 0x5DD5
  13. .f_open EQU 0x5DFB
  14. .f_opendir EQU 0x6D2F
  15. .f_read EQU 0x602F
  16. .f_readdir EQU 0x6DBD
  17. .f_rename EQU 0x766C
  18. .f_stat EQU 0x6E4F
  19. .f_sync EQU 0x66D4
  20. .f_truncate EQU 0x70B3
  21. .f_unlink EQU 0x7208
  22. .f_utime EQU 0x75A6
  23. .f_write EQU 0x6358
  24.