home *** CD-ROM | disk | FTP | other *** search
- ;**************************************************************************
- ;
- ; Create Device Header - Assumes a single device driver
- ; so that the next header ptr = -1
- ;
- ;**************************************************************************
- ;
- DEVHDR NEXTo,-1,ATTRIB,STRAT_ENT,INT_ENT
- ;
- NEXTo EQU -1 ;last device in file has offset of -1
-