Dman95 / SASM

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

Home Page:http://dman95.github.io/SASM/

Repository from Github https://github.comDman95/SASMRepository from Github https://github.comDman95/SASM

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

JeffDuntemann opened this issue · 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.