atari-dev-studio icon indicating copy to clipboard operation
atari-dev-studio copied to clipboard

bin\* files include "asm"

Open milnak opened this issue 10 months ago • 1 comments

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.

milnak avatar Mar 29 '25 23:03 milnak

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.

chunkypixel avatar Mar 29 '25 23:03 chunkypixel

Thank you @milnak for providing this suggestion! It has been included in the 0.10.9 (or later) release.

chunkypixel avatar Jul 02 '25 07:07 chunkypixel