In order to understand the grammar recognized by the compiler there is a test file. If you compile this file you will obtain six files:

test.exe: generated executable file.

test.out: log of the compilation process.

test.asm: assembler code generated

log.txt: result of the assembler code compilation done by Borland Turbo Link (tlink.exe).

test.map: info yield by tlink.

test.obj: object code yield by tlink.


