Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
MASM Details (↑ Compiler Control)
◄Key► ◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
This directive only affects .OBJ files.
You could use this directive to investigate the performance of small
sections of code, as it allows you to edit the generated output. You
should only use this directive on programs with one code segment, or
the code produced will not work correctly.
You must set the ASMLIST directive to specify the destination of the
MASM-compatible listing. You can still use SOURCEASM to enable you to
include source lines as comments. An .OBJ file is still generated,
although it may differ slightly from the .OBJ file produced by MASM.
-♦-