| delorie.com/archives/browse.cgi | search |
| Date: | Wed, 21 Jun 2000 00:24:56 +0530 |
| Message-Id: | <200006201854.AAA01124@midpec.com> |
| From: | Prashant TR <tr AT midpec DOT com> |
| To: | cs AT vums DOT cz |
| CC: | djgpp AT delorie DOT com |
| In-reply-to: | <8ins4d$6o0$1@nnrp1.deja.com> (cs@vums.cz) |
| Subject: | Re: Interrupt enable |
| References: | <8ins4d$6o0$1 AT nnrp1 DOT deja DOT com> |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |