Mail Archives: djgpp/2000/06/20/14:56:14
> The following program (Borland C 3.1) works incorrectly on one
> suspicious computer only:
>
> main(void)
> { ...
> setvect(8,Timer); // store to interrupt routine
> ...
> }
>
> void interrupt Timer(void)
> { ...
> outport(0x20,0x20); // enable interrupt (work incorrectly)
> }
>
This is off-topic for the DJGPP newsgroup. And the details you have
provided are far too less. I suggest that you post some more details
to whichever newsgroup you'll be posting it to [not
comp.os.msdos.djgpp] ;-).
Prashant
- Raw text -