home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / misc / 39771 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.3 KB

  1. Xref: sparky comp.os.os2.misc:39771 comp.os.os2.programmer:7097
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!csd4.csd.uwm.edu!tanith
  3. From: tanith@csd4.csd.uwm.edu (Michael D Kretzer)
  4. Newsgroups: comp.os.os2.misc,comp.os.os2.programmer
  5. Subject: Re: OS/2 PDK CDROM
  6. Date: 17 Dec 1992 17:57:35 GMT
  7. Organization: University of Wisconsin - Milwaukee
  8. Lines: 14
  9. Message-ID: <1gqf2fINN37@uwm.edu>
  10. References: <BzE4qA.43p@DMI.USherb.CA>
  11. Reply-To: tanith@csd4.csd.uwm.edu
  12. NNTP-Posting-Host: 129.89.7.4
  13. Originator: tanith@csd4.csd.uwm.edu
  14.  
  15. From article <BzE4qA.43p@DMI.USherb.CA>, by menaf00@DMI.USherb.CA (FRANCOIS MENARD):
  16. > Can I buy IBM Macroassembler for OS/2
  17.  
  18. Yes, it's called the Microsoft Macro Assembler 6.0 :)  This seems to be
  19. the assembler that the assembly language examples in the Toolkit use.
  20. They compile with absolutely no changes (the makefile even calls MASM).
  21. I've been using MASM 6.0 for quite some time to produce 32-bit and/or 16-bit
  22. OS/2 programs (it's a dual-mode program, so it runs native under OS/2).
  23.  
  24. Plus, Microsoft is running that special educational discount promotion,
  25. so you can pick up MASM 6.0 for $49US.  Unlike any of the other Microsoft
  26. language products out right now, it take advantage of all the advanced 
  27. features of OS/2 (supporting 32-bit flat model) while retaining OS/2 1.x
  28. compatibility.
  29.