feldim2425 / vscode-kickass-studio

Extension for visual studio code for developing kickass assm c64 programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Kick Assembler Studio

Code your way into the past with full support for kick assembler in visual studio code! Support for debugging using vice, hover text showing contextual help, on the fly error evaluation and automatic tasks generation.

commodore 64 logo

Features

Contextual help

test

On the fly error evaluation

onflyerrors

Automatic tasks generation

taskgeneration

Vice Debugger

vice debugger

Configuration options

  • kickass-studio.kickAssJar: "Full path to KickAss.jar"
  • kickass-studio.javaBin: "Full path to java binary"
  • kickass-studio.viceBin: "Full path to VICE binary"
  • kickass-studio.outputDir: "The default output directory for the compiled program"

Credits

Santiago Montero

https://github.com/sanmont

https://twitter.com/sanmonterodev

Special thanks to Captain JiNX for his great vscode-kickass extension which code was partially used to develop this extension. (Used under MIT license)

Check out his awesome extension!

https://github.com/CaptainJiNX/vscode-kickass-c64

About

Extension for visual studio code for developing kickass assm c64 programs

License:MIT License


Languages

Language:TypeScript 100.0%