Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unable to start assembler" message could use more details (can't setup SASM for bare metal development) #118

Open
VioletGiraffe opened this issue Mar 17, 2019 · 2 comments

Comments

@VioletGiraffe
Copy link

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.

P. S. Thanks for developing this great tool!

@snowzone5
Copy link

I have the same issue. I've even tried putting the nasm files in the same folder as sasm, changing the folder in the settings, etc. No joy.

@piper4hire
Copy link

piper4hire commented Jan 26, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@VioletGiraffe @Dman95 @piper4hire @snowzone5 and others