I have to flip the legacy application (16-bit, NE exec) that is managing the old DAQ, with which I have to somehow interact with the upgraded hardware. I was able to parse exec using W32Dasm (and WindowsCodeBack, as well as only two of the many that I tried to work on), but as a result, the asm file contains too many lines. I would like to use a debugger and set some breakpoints to limit the work. Could you advise what is the right approach to debug a Win16 application in 32-bit times? For example, a VM running Windows98? Which Win16 debugger can I use?
Many thanks
source share