Tag archive for "exe"

This is the last phase of program compilation – linking all modules and creating the executable file for program. Turbo Pascal first marks all symbol table blocks for variables, typed constants, procedures and code blocks as unused, then it iterates through all modules and marks used blocks starting from the main program, after that it …

This procedure creates space in heap for exe header and typed constants, creates exe file and positions it to the start of the code.