Login

Subversion Repositories NedoOS

Rev

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

;FatFS calls
ffsfunc
.f_chdir EQU 0x6FCA
.f_chdrive EQU 0x6FC6
.f_close EQU 0x6FAF
.f_getcwd EQU 0x7022
.f_getutime EQU 0x7A58
.f_lseek EQU 0x71B4
.f_mkdir EQU 0x77E3
.f_mount EQU 0x65F2
.f_open EQU 0x6618
.f_opendir EQU 0x7554
.f_read EQU 0x685B
.f_readdir EQU 0x75EE
.f_rename EQU 0x7ABF
.f_stat EQU 0x767A
.f_sync EQU 0x6EE9
.f_unlink EQU 0x76C4
.f_utime EQU 0x79F9
.f_write EQU 0x6B76