Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 930 | Rev 1056 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ;FatFS calls |
1 | ;FatFS calls |
2 | ffsfunc |
2 | ffsfunc |
3 | .f_chdir EQU 0x6FCA |
3 | .f_chdir EQU 0x6FB9 |
4 | .f_chdrive EQU 0x6FC6 |
4 | .f_chdrive EQU 0x6FB5 |
5 | .f_close EQU 0x6FAF |
5 | .f_close EQU 0x6F9E |
6 | .f_getcwd EQU 0x7022 |
6 | .f_getcwd EQU 0x7011 |
7 | .f_getutime EQU 0x7A58 |
7 | .f_getutime EQU 0x7A47 |
8 | .f_lseek EQU 0x71B4 |
8 | .f_lseek EQU 0x71A3 |
9 | .f_mkdir EQU 0x77E3 |
9 | .f_mkdir EQU 0x77D2 |
10 | .f_mount EQU 0x65F2 |
10 | .f_mount EQU 0x65F2 |
11 | .f_open EQU 0x6618 |
11 | .f_open EQU 0x6618 |
12 | .f_opendir EQU 0x7554 |
12 | .f_opendir EQU 0x7543 |
13 | .f_read EQU 0x685B |
13 | .f_read EQU 0x684A |
14 | .f_readdir EQU 0x75EE |
14 | .f_readdir EQU 0x75DD |
15 | .f_rename EQU 0x7ABF |
15 | .f_rename EQU 0x7AAE |
16 | .f_stat EQU 0x767A |
16 | .f_stat EQU 0x7669 |
17 | .f_sync EQU 0x6EE9 |
17 | .f_sync EQU 0x6ED8 |
18 | .f_unlink EQU 0x76C4 |
18 | .f_unlink EQU 0x76B3 |
19 | .f_utime EQU 0x79F9 |
19 | .f_utime EQU 0x79E8 |
20 | .f_write EQU 0x6B76 |
20 | .f_write EQU 0x6B65 |