| delorie.com/archives/browse.cgi | search |
| Sender: | nate AT cartsys DOT com |
| Message-ID: | <358D6794.52B98B8E@cartsys.com> |
| Date: | Sun, 21 Jun 1998 13:05:40 -0700 |
| From: | Nate Eldredge <nate AT cartsys DOT com> |
| MIME-Version: | 1.0 |
| To: | soltesz AT hotmail DOT com |
| CC: | sl AT psycode DOT com DOT NOSPAM, djgpp AT delorie DOT com |
| Subject: | Re: AT&T assembler |
| References: | <19980607051814 DOT AAF17825 AT ppp124 DOT cartsys DOT com> <358C43D2 DOT D68CE69 AT hotmail DOT com> |
Archee/CoNTRACT wrote: > > Nate Eldredge wrote: > > But also consider: > > > > while (inportb(0x3da) & 8) ; > > while (inportb(0x3da) & 8) ; > > > > This is not ok. > > while (!(inportb(0x3da) & 8)) ; > while (inportb(0x3da) & 8) ; > > :) Oops! My mistake. -- Nate Eldredge nate AT cartsys DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |