dos_compilers/Mix Power C v22/david_readme.txt
2024-07-02 08:33:48 -07:00

6 lines
362 B
Plaintext

powerc v2 loads pco.exe to optimize object files after compilation. Before doing so it frees
RAM to make room. But it doesn't relocate the stack, which is sitting in freed RAM that gets
reused by pco.exe. When pco is done there is a crash because the return address is in trashed
stack. This somehow works in vanilla DOS. ntvdm has a workaround for pc.exe