VSCode plugin for Atari ST
Posted: 15 Feb 2022 11:23
Does anyone know of (or if one is in progress) a toolchain to let me debug/author Atari ST programs from a VSCode setup. 68000 assembler basically.
We welcome retro users & hardware gurus alike! Come and join the party :)
https://www.exxosforum.co.uk/forum/
Was looking for something akin to "Amiga Assembly" plugin thats standard on VSCode. I think it would be really useful tbh.sporniket wrote: 15 Feb 2022 12:40 I guess that you can have basic syntax coloring of asm, like I have with atom, and use the shell pane to launch your compile script and hatari.
But nothing like say, a Platform IO integration.
I didn't looked too much for a Language Server Protocol implementations, but I don't recall finding anything.
Interesting, thanks for the pointer. The feature already presents regarding assembly are very nice (I think my favorite is the 'list used/free registers over selected code').terriblefire wrote: 15 Feb 2022 12:55 Was looking for something akin to "Amiga Assembly" plugin thats standard on VSCode. I think it would be really useful tbh.
There are other similar VSCode plugin for C/C++. I actually think it would not take much to port Amiga Assembly to Hatari. Would just need a debug plugin that could translate hatari's debugger to vscode like it does for fsUAE here ..sporniket wrote: 15 Feb 2022 13:35Interesting, thanks for the pointer. The feature already presents regarding assembly are very nice (I think my favorite is the 'list used/free registers over selected code').terriblefire wrote: 15 Feb 2022 12:55 Was looking for something akin to "Amiga Assembly" plugin thats standard on VSCode. I think it would be really useful tbh.
I would be interested in a language server implementation, to have cross reference and documentation ("like javadoc / doxygen"). But that's a lot of work to write though.