windows11 sasm "Unable to start assembler. Check your settings."
ZouAgTao opened this issue · comments
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
retThe 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!

what the hell is SASM??
…-S
On Aug 29, 2022, at 9:51 PM, AgTao ***@***.***> wrote:
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!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.