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.
ASMLIST Details (↑ Compiler Control)
◄Key► ◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
If you specify an existing file it is overwritten. When NOASMLIST is
specified, no assembly listing is produced. If you specify ASMLIST
with no file-name, the assembly listing is sent to the screen.
ASMLIST() causes the assembly listing to be put in the file
file-name.GRP, where file-name is the root of the name of the program
being compiled.
If you use ASMLIST together with SOURCEASM and you follow ASMLIST by
the word NOASM, you get an assembly listing showing source code but
not assembly code. This is useful because of the "BADCODE" comments
you get on the source lines.
For details of "BADCODE", see also ◄SOURCEASM►
See also ◄MASM►
◄PARAS►
-♦-