Well, if it's ever ported to OW, it's probably best to use inline assembler anyways :-)
On 6/13/06, Arkady V.Belousov <[EMAIL PROTECTED]> wrote: > 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 > -- Fall is my favorite season in Los Angeles, watching the birds change color and fall from the trees. David Letterman (1947 - ) See ya _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
