Difference between revisions of "83Plus:Software:usb8x/Asm Interface/MSD/FAT Initialize"
From WikiTI
(Checked the source and found the OP registers are used) |
|||
Line 15: | Line 15: | ||
=== Destroys === | === Destroys === | ||
* AF, BC, DE, HL | * AF, BC, DE, HL | ||
+ | * OP registers | ||
== Notes == | == Notes == |
Latest revision as of 16:13, 19 October 2008
Synopsis
Name: FAT_Initialize
Minimum usb8x version: 0.10
Initializes the mass storage driver for FAT16 file system operations.
Inputs
- None
Outputs
- None
- C set if problems
Destroys
- AF, BC, DE, HL
- OP registers
Notes
Unless you are writing a file system driver, you should call this function after [[../UFI_Initialize|UFI_Initialize]].
See Also
- [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver
- [[../UFI_Initialize|UFI_Initialize]] - Initializes mass storage driver for sector read/write operations