There is an assembler code for Borland Turbo Pascal:
procedure cursOFF; Assembler; asm mov ah,01; mov cx,$2000; int 10h; end;
procedure cursON; Assembler; asm mov ah,01; mov cx,$0fff; int 10h; end;
These procedures are used to hide and show the cursor. When trying to compile a program that uses the above code in the FreePascal compiler, a lot of errors occur. As I understand it, some features are used to implement the asm code in FreePascal. Help to adapt the code to work in FreePascal.
Py.Sy .: Sori that bother so ancient programming, solve the problem Pts. Nun.