home *** CD-ROM | disk | FTP | other *** search
- { }
- { EGA Graphic Primitive for Turbo Pascal 3.01A, Version 10JAN86. }
- { (C) 1986 by Kent Cedola, 2015 Meadow Lake Ct., Norfolk, VA, 23518 }
- { }
- { Description: Terminate EGA graphic mode and return to text mode. }
- { }
- { NOTE: This is source code to the include file 'GP_TERM.ASM' }
- { }
-
- procedure GPTERM;
- begin
- inline
- ($B4/$12/$B3/$10/$CD/$10/$B8/>$03/$F6/$C7/$01/$74/$03/$B8/>$07/$CD/$10);
- end;