home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11942 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.1 KB

  1. Path: sparky!uunet!nwnexus!ole!rwing!fnx!nazgul!bright
  2. From: bright@nazgul.UUCP (Walter Bright)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: where I can find the format for the msdos object code
  5. Message-ID: <1556@nazgul.UUCP>
  6. Date: 8 Jan 93 18:02:04 GMT
  7. References: <1993Jan05.025132.13054@Veritas.COM>
  8. Reply-To: bright@nazgul.UUCP (Walter Bright)
  9. Organization: Zortech, Seattle
  10. Lines: 17
  11.  
  12. In article <1993Jan05.025132.13054@Veritas.COM> tsai@Veritas.COM (Cary Tsai) writes:
  13. /Does any one out there know where I can find the information about 
  14. /the format of the msdos object codes? 
  15.  
  16. This question comes up so frequently it should be in the FAQ.
  17.  
  18. I use: "The Microsoft Object Module Format (OMF)" from the Languages
  19. Utilities Group, Microsoft. Printed Nov 22, 1991. I assume you can get
  20. it by calling up Microsoft.
  21.  
  22. It is based on an earlier Intel Technical Specification 121748-001.
  23.  
  24. It does not include extensions made by Borland nor extensions made by IBM
  25. for OS/2 2.0.
  26.  
  27. As far as I have been able to determine, there is no spec for the variant
  28. of COFF used by Microsoft for NT.
  29.