83Plus:Software:usb8x/Asm Interface/MSD/UFI Initialize

From WikiTI
Revision as of 23:10, 27 September 2006 by Brandonw (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Name: UFI_Initialize

Minimum usb8x version: 0.10

Initializes mass storage driver for sector read/write operations.

Inputs

  • None

Outputs

  • None
  • C set if problems

Destroys

  • AF, BC, DE, HL

Notes

There's really no reason you wouldn't call this right after MSD_Initialize. Calling this function will allow [[../UFI_Read|UFI_Read]] and [[../UFI_Write|UFI_Write]] to work in the current FAT16 partition.

See Also

  • [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver