Subversion Repositories NedoOS

Rev

Rev 641 | Rev 922 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. ;FatFS calls
  2. ffsfunc
  3. .f_chdir EQU 0x6FCF
  4. .f_chdrive EQU 0x6FCB
  5. .f_close EQU 0x6FB4
  6. .f_getcwd EQU 0x7035
  7. .f_getutime EQU 0x7A83
  8. .f_lseek EQU 0x71C8
  9. .f_mkdir EQU 0x7807
  10. .f_mount EQU 0x65F2
  11. .f_open EQU 0x6618
  12. .f_opendir EQU 0x7568
  13. .f_read EQU 0x6860
  14. .f_readdir EQU 0x7609
  15. .f_rename EQU 0x7AF6
  16. .f_stat EQU 0x769A
  17. .f_sync EQU 0x6EEE
  18. .f_unlink EQU 0x76E4
  19. .f_utime EQU 0x7A21
  20. .f_write EQU 0x6B7B
  21.