home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / ddkit.zip / DEVHDR.ASM < prev    next >
Assembly Source File  |  1986-06-03  |  512b  |  12 lines

  1. ;**************************************************************************
  2. ;
  3. ;        Create Device Header - Assumes a single device driver
  4. ;                               so that the next header ptr = -1           
  5. ;
  6. ;**************************************************************************
  7. ;
  8.          DEVHDR NEXTo,-1,ATTRIB,STRAT_ENT,INT_ENT
  9. ;
  10. NEXTo    EQU    -1              ;last device in file has offset of -1
  11.  
  12.