7 ms·
This is not TP compiler limit. It's format and memory model limit. https://en.wikipedia.org/wiki/COM_file#DOS_binary_format https://en.wikipedia.org/wiki/COM_f
by dosk 3y ago
This is not TP compiler limit. It's format and memory model limit.
https://en.wikipedia.org/wiki/COM_file#DOS_binary_format https://en.wikipedia.org/wiki/COM_file#DOS_binary_format
EXE (aka MZ) is using other memory models
https://devblogs.microsoft.com/oldnewthing/20200728-00/?p=104012 https://devblogs.microsoft.com/oldnewthing/20200728-00/?p=10...
- Narishma 3y agoThat's what I was saying. Turbo Pascal didn't support generating EXE files until version 4.