VSCode KickAss (C64)Visual Studio Code language support for C64 development with Kick Assembler. This is heavily inspired by the Sublime KickAssembler (C64) package, coded by the almighty Swoffa from Noice. That's where the .tmLanguage file has been copied from. Also very inspired by the vscode-kickassembler, made by Thomas Conté Thanks to both of you! Code like it's 1988! Features
Outputs all build artifacts into a Also supports the Build, Run and Debug of a Ideas for future releases
Requirements
Extension SettingsThis extension contributes the following settings:
Known Issues
How to contributePrerequisites
After you clone the repo, run
then
then
If everything is setup correctly, the code should be automatically formatted correctly on each save. Running the extension locally:
Read more about extension development here. Release Notes1.5.0Keybindings for build, run and debug Removed generation of .breakpoints file Empties bin folder before build as default Support for both running and debugging with C64 debugger Support for build annotations "Swoffa style" 1.4.0Helpfile for all opcodes 1.3.0Language server that displays errors in source files 1.2.1Fix for flatmap-stream vulnerability 1.2.0Support for some help when hovering over VIC and SID registers, illegal op-codes and preprocessor directives 1.1.1Bugfix: compile stopped working if no symbol file existed 1.1.0Added generation of .breakpoint file for debugger 1.0.0Initial release of KickAss (C64) Enjoy! |