#include<asm/io.h>
main()
{
 iopl(3);
 int b;
 printf("Enter the value of b\n");
 scanf("%d",&b);
 outb(b,0x378);
}