What is the contents of the .lst file created by masm?

files are created when running assembler programs using masm.lst.
What is the exact contents of these .lst files and why is this conversion necessary?

+3
source share
1 answer

As another dinosaur, I think we should promote Hans Passant's commentary in return.

In the old days, build programmers did not have very good debuggers or an operating system that allowed them to simultaneously debug and view code. Thus, the listing file that was formatted for the printer was a good way to look at the troubleshooting code. Paper consumption was colossal. - Hans Passant May 8 at 17:28

- . .

+3

All Articles