Hi!

14-Июн-2006 05:25 [EMAIL PROTECTED] (Blair Campbell) wrote to
[EMAIL PROTECTED]:

BC> goxy now uses the current video page for setting the cursor position
BC> +++ goxy.c  14 Jun 2006 05:25:06 -0000      1.4
BC> +    _AH = 0x0F;
BC> +    geninterrupt( 0x10 );
BC>      _AH = 0x02;
BC>      _DH = ( y - 1 );
BC>      _DL = ( x - 1 );
BC> -    _BX = 0;
BC>      geninterrupt( 0x10 );

     Perfect. (Except, that there used TC/BC-related extension, not portable
to other compilers.)


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to