/la       Shows high-level interface code in listing file

The /la option tells Turbo Assembler to show all generated code
in the listing file, including the code that gets generated as a
result of high-level language interface directives.

Note: The /la switch overrides a %NOINCL directive, if any,
in the source file (!?).