main()

{

//PROGRAM AIM : to put on the caps

      char far *kb;

      kb=(char far*)0x417;

      *kb=(char)0x64;

      return 0;

}