?login_element?

Subversion Repositories NedoOS

Rev

Rev 922 | 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 0x6FCA
  4. .f_chdrive EQU 0x6FC6
  5. .f_close EQU 0x6FAF
  6. .f_getcwd EQU 0x7022
  7. .f_getutime EQU 0x7A58
  8. .f_lseek EQU 0x71B4
  9. .f_mkdir EQU 0x77E3
  10. .f_mount EQU 0x65F2
  11. .f_open EQU 0x6618
  12. .f_opendir EQU 0x7554
  13. .f_read EQU 0x685B
  14. .f_readdir EQU 0x75EE
  15. .f_rename EQU 0x7ABF
  16. .f_stat EQU 0x767A
  17. .f_sync EQU 0x6EE9
  18. .f_unlink EQU 0x76C4
  19. .f_utime EQU 0x79F9
  20. .f_write EQU 0x6B76
  21.