Subj : Re: Mouse driver copyright msg printing question...? To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Tue Sep 20 2005 09:19 am mujeebrm wrote: > int86x(0x33, ®s, ®s, &sregs); > > printf("%s",regs.x.di);// this doesnt printf copyright msg. far char *c = MK_FP( es, di ); printf( "%Fs", c ); .