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

Where do the object and executable files get created?

SirClickALot opened this issue · comments

I now have SASM working nicely on a Raspberry Pi to build and compile ARM Cortex-A72 code but neither the relocatable OBJECT file (filename.o) or the final executable (filename) get created in the same directory as the source code (filename.asm)?

SASM tells me...
[12:25:04] Build started...
[12:25:05] Built successfully.

and

[12:26:56] The program is executing...
[12:26:56] The program finished normally. Execution time: 0.001 s

But I end up with only the original .asm file in the directory.

Can I force it the create the files in place?

I have tried ticking the 'Build in the current directory' but that does not seem to do anything the help?

Thanks

All these files are created in the "/tmp/SASM" folder. You can use the "File->Save .exe" option to save the final executable file wherever you want.