The action of --interleave depends on the
combination of options used:
Table 4. Compiling with the ---interleave option
| Compiler option | Action |
|---|
--asm --interleave | Writes a listing to a file of the disassembly
of the compiled source, interleaving the source code with the disassembly. The
link step is also performed, unless the -c option
is used. The disassembly is written to a text file whose
name defaults to the name of the input file with the filename extension .txt |
-S --interleave | Writes a listing to a file of the disassembly
of the compiled source, interleaving the source code with the disassembly. The
disassembly is written to a text file whose name defaults to the name
of the input file with the filename extension .txt |