home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / dos / bdisk / asmsrc / read.me < prev    next >
Encoding:
Text File  |  1987-12-14  |  625 b   |  14 lines

  1.                            BDISK Library Source Code
  2.  
  3. These are the source files used to create the BDISK library.  The source code 
  4. is written in Macro Assembler 5.0.  To create the library, assemble all the 
  5. files below, and then use the LIB utility to combine the separate object files 
  6. into a single library. 
  7.  
  8.   BOTSEC.ASM    boot sector data (_BOOTSEC)
  9.   NEWVEC.ASM    reset the disk parameters (SETBASE, RESBASE)
  10.   SECRED.ASM    read absolute sectors (SECRED)
  11.   SECVER.ASM    verfiy absolute sectors (SECVER)
  12.   SECWRT.ASM    write absolute sectors (SECWRT)    
  13.   TRKFRM.ASM    format disk tracks (TRKFRM)
  14.