Category : Pascal Source Code
Archive   : CMPLTPAS.ZIP
Filename : CURSON.SRC

 
Output of file : CURSON.SRC contained in archive : CMPLTPAS.ZIP
{<<<< CursorOn >>>>}
{ From: COMPLETE TURBO PASCAL 5.0 by Jeff Duntemann }
{ Scott, Foresman & Co. 1988 ISBN 0-673-38355-5 }
{ Described in section 18.4 -- Last mod 10/4/88 }
{ HIGHLY specific to the IBM PC }

PROCEDURE CursorOn;

VAR
Points : Byte;
Regs : Registers;

BEGIN
Points := DeterminePoints;
Mem[$40:$87] := Mem[$40:$87] OR $01;
WITH Regs DO
BEGIN AX := $0100; CH := Points-2; CL := 0; END;
INTR(16,Regs);
END;


  3 Responses to “Category : Pascal Source Code
Archive   : CMPLTPAS.ZIP
Filename : CURSON.SRC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/