home *** CD-ROM | disk | FTP | other *** search
- (* ------------------------------------------------------ *)
- (* REINSTALL.INC *)
-
- PROCEDURE ReInstall;
- VAR Segm,Offs : INTEGER;
- BEGIN
- IntGet (TSR_Int,Segm,Offs);
- IntSet (IntKeyBoard,Segm,Offs);
- MemW[$00:TSR_Int*4] := 0;
- MemW[$00:TSR_Int*4+2] := 0;
- Segm := MFree(MemW[Cseg:$2C]);
- Segm := MFree(Cseg);
- Intr($20,Regs);
- END;
-
- (* ------------------------------------------------------ *)
- (* Ende von REINSTALL.INC *)