Hello,
i'm new to the forum as I have recently started looking into assembly, playing around with basic tools like gdb, ddd and of course nasm (all on Linux). Then i came across the SASM IDE and i was trying to generate object (.o) and list (.lst) files, just like I can do with nasm CLI (e.g. nasm -f elf64 -g -F dwarf filename.asm -l filename.lst
), but i have yet to figure out if this is actually supported in SASM and if so where those output files are stored.
Do you know if SASM can create these files or i can only use the nasm CLI for that?
Thank in advance!