Thread: int86(0x10....

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    int86(0x10....

    I am trying to use int86(0x10... for cursor positioning and char display. How can I replace them in vc++ 6.0 ? I wanna commandline code only

    r.h.ah = 9;
    r.h.bh = 0;
    r.x.cx = 1;
    r.h.al = (unsigned char) c;
    r.h.bl = (unsigned char) (inverse ? 0x70 : 0x07);
    int86(0x10, &r, &r);


    regds
    Jagat

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659

  3. #3
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    tx

    thanks Salem,

    How can I clear the console ? I mean cls or clrscr ?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You don't get this FAQ thing do you?

  5. #5
    Registered User
    Join Date
    Dec 2005
    Posts
    4

    tx

    Hi Salem,
    I got the FAQ, but I could not get how to clear the console thing.

    regds

  6. #6
    Registered User
    Join Date
    Dec 2005
    Posts
    4
    sorry salem, i got it

Popular pages Recent additions subscribe to a feed