Page 188 - C Programming
P. 188

gotoxy(8,4); cprintf("5");


                               getch();


                               outport(0x378,0x25);


                               gotoxy(9,4); cprintf("5");


                               getch();



                               outport(0x378,0x35);


                               gotoxy(10,4); cprintf("5");


                               key=getch();


                             }while(key!=27);getch();



                         }
   183   184   185   186   187   188   189   190   191   192   193