home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4505 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!torn!watserv1!watdragon.waterloo.edu!watstat.waterloo.edu!dmurdoch
  3. From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch)
  4. Subject: Re: TurboPascal: Programming the IBM PC & XT
  5. Message-ID: <BrsM30.8DB@watdragon.waterloo.edu>
  6. Sender: news@watdragon.waterloo.edu (USENET News System)
  7. Reply-To: dmurdoch@mast.queensu.ca
  8. Organization: Queen's University 
  9. References: <BrrrCw.E4s@news.cso.uiuc.edu>
  10. Date: Wed, 22 Jul 1992 13:42:35 GMT
  11. Lines: 17
  12.  
  13. In article <BrrrCw.E4s@news.cso.uiuc.edu> amead@s.psych.uiuc.edu (Alan Mead) writes:
  14. >I have to make a program work on some older IBM computers (PCs and XTs).
  15. >
  16. >Are there any capabilities that Turbo Pascal will loose on those early
  17. >machines?  Like sound, delay, GetTime, etc?  Thanks.
  18.  
  19. Those are all fine.  The only thing I can remember that you have to watch out
  20. for are floating point errors:  if your 8087 coprocessor tries to signal an
  21. error, TP is likely to lock up.  On some machines you can avoid this by enabling
  22. the NMI interrupt, but not on all.
  23.  
  24. Oh, and as John Zitterkopf said, $G+ code won't work.  You won't get any sort
  25. of error message if you try to run it, you'll just lock up when you
  26. get messed up by the lack of some instruction.
  27.  
  28. Duncan Murdoch
  29. dmurdoch@mast.queensu.ca
  30.