SASM icon indicating copy to clipboard operation
SASM copied to clipboard

How do you get SASM to save a .lst file?

Open JeffDuntemann opened this issue 3 years ago • 0 comments

I've just discovered SASM and am working through all its features. So far I like it a lot.

I'm using NASM. Here's the issue: Although there's the term -l $LSTOUTPUT$ in SASM's default assembly options line, as best I can tell no .lst file is generated during a successful build. When I build the same ,asm file from the console using a conventional makefile including the -l option, I get a .lst file.

Is there a way to generate a .lst file from a SASM build?

Many thanks for any advice here.

JeffDuntemann avatar May 17 '22 19:05 JeffDuntemann