home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6509 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!adwright
  3. From: adwright@athena.mit.edu (Andrew D. Wright)
  4. Subject: Floating-point variables
  5. Message-ID: <1992Nov12.013408.9947@athena.mit.edu>
  6. Sender: adwright@athena.mit.edu
  7. Nntp-Posting-Host: picard.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Thu, 12 Nov 1992 01:34:08 GMT
  10. Lines: 12
  11.  
  12. I am using Turbo Pascal 6.0 Professional on a 486 IBM compatible.
  13. Could someone please send me a breakdown of the internal arrangement of bytes 
  14. in the variable types: single, real, double, extended, comp ?
  15. I need to know specifically the bytes in each type that contain the exponent,
  16. where the zero through 9.999999999 real part is located, etc.
  17. I would also like to have a list of software and hardware interrupts, what they
  18. do, what sets them off, what their default interrupt procedures do, what they
  19. use as input and output, etc.  Mainly I am interested in accessing the clock
  20. tick and keyboard interrupts, but I'd like to know what the other ones do, 
  21. also.  Thank you, any who may respond.
  22.  
  23. - Andy Wright (adwright@athena.mit.edu)
  24.