atari-dev-studio
atari-dev-studio copied to clipboard
bin\* files include "asm"
a nit, really, but when i debug in vscode, I see the following in the bin folder:
name.asm.bin
name.asm.lst
name.asm.sym
I'd expect ".asm" to not be included, as that's the source file extension.
Yeah I do know what you mean with that one. I might add an option to strip that from the compilation name (probably on by default) - currently it just appends the required final extension.
Thank you @milnak for providing this suggestion! It has been included in the 0.10.9 (or later) release.