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

windows11 sasm "Unable to start assembler. Check your settings."

ZouAgTao opened this issue · comments

commented

Hi
I have a Windows 11 and just installed our SASM 3.12.2 with zip release.
It worked and I could start our SASM.
But if I try to compile even with the demo code

%include "io.inc"

section .text
global CMAIN
CMAIN:
    ;write your code here
    xor eax, eax
    ret

The console of SAMA will always gives me:

Unable to start assembler. Check your settings.

My setting is below, if it is necessary to post my other information, just tell me, thanks!
图片