Re: A noob question: Would recompiling the Win9x files make it faster?
Posted on Yesterday, 07:55
... Some code parts/DLLs (DOS or Win16 based) may still use 16-Bit registers only (AX rather than EAX etc). Not sure how this works out with CMOV and other modern 386+ instructions. 🤷♂️ ... CMOV works perfectly in 16-bit code with 16-bit registers. But you can also use 32-bit registers in 16-bit …