You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it says "Unable to start assembler.", there is zero details about what exactly failed? Did one of the executables (assembler, linker etc.) return non-zero status? If yes, which one? Was some path not found? If yes, which one?
I want to use SASM for bare metal development, all I need is to call "nasm.exe -f bin ", and I can't find a way to get it to work.