rolandshacks / vs64

C64 Development Environment for Visual Studio Code
Other
88 stars 15 forks source link

64 Tass Cross Assembler #65

Open 4next opened 2 months ago

4next commented 2 months ago

Hi, I integrated some basic 64tass support in my forked repo https://github.com/4next/vs64

rolandshacks commented 2 months ago

Hi. Thank you for being interested to contribute!!!

I haven't used that assembler - but why not, if the other supported languages and grammars are tested to work seamlessly, the syntax highlighting with language support features are still as correct as before, and general stability is not decreased, then it could make sense to add this.

How stable is everything? Have you spent time on testing all existing feature? How much is debugging, breakpoints, introspection, etc. working and tested?

Kind regards! Roland

4next commented 2 months ago

Hi Roland,

basic features like project creation, editing, building and running are working pretty straightforwardly, I'm working on setting up and integrate debugging facilities as well.

Thanks & regards, Fabio

rolandshacks commented 2 months ago

Thanks Fabio -- I don't have much time these days, but just ping me in case you've got some questions.

Roland

4next commented 2 months ago

Sure, thanks 👍🏻

Regards, Fabio