Hi.
I am learning 16-bit ASM using MASM 6.15 for DOS. I find DOS to be slow and not as user-friendly to edito source code, compiler, and debug using CodeView. I would like to know what is the best Windows programming tool that will that will compile 16-bit MASM 6.x code, support an editor, and can debug like CodeView.
Basically, I am looking for a Windows program inplace of MASM 6.x + CodeView.
I tried emu8086. It looked like a good program, however, it would not compile source code I developed for MASM 6.15.
Thanks,
Kuphryn
I am learning 16-bit ASM using MASM 6.15 for DOS. I find DOS to be slow and not as user-friendly to edito source code, compiler, and debug using CodeView. I would like to know what is the best Windows programming tool that will that will compile 16-bit MASM 6.x code, support an editor, and can debug like CodeView.
Basically, I am looking for a Windows program inplace of MASM 6.x + CodeView.
I tried emu8086. It looked like a good program, however, it would not compile source code I developed for MASM 6.15.
Thanks,
Kuphryn
My favorite is Textpad, FAsm, and OllyDbg for Win32.
For 16b Apps, my favorite debugger is included with every M$ OS: debug.exe
For 16b Apps, my favorite debugger is included with every M$ OS: debug.exe
Okay. Thanks.
Kuphryn
Kuphryn