I would like the newest version which works with masm 6.14
I'll be very greatful if you help me out.
Thanx.
"D. Speir" <sp...@gte.net> wrote in message
news:k3995.752$iv4.2...@dfiatx1-snr1.gtei.net...
All versions of masm 6 are capable of creating both 16-bit and 32-bit
objects with equal ease. (It may be the ONLY language tool in which a
single excecutable can produce either type.)
CodeView, on the other hand, is strictly a 16-bit debugger. If you are
using MASM to create 16-bit executables, CodeView will work fine. If you
are using MASM to create 32-bit executables, you'll need to use WINDBG, or
Visual Studio, or SoftICE, or some other 32-bit debugger. CodeView will
not work.
--
- Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.