sanmont / vscode-kickass-studio

Extension for visual studio code for developing kickass assm c64 programs
MIT License
9 stars 4 forks source link

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

Search for references and go to definition

Follow reference

Automatic tasks generation

taskgeneration

Vice Debugger

vice debugger

Watch formated labels and memory addresses

watches You can watch the value of a particular memory address or label. The format can be determinate in this way

(*|#)(type:)labelOrAddress([length])

Examples:

Types

Configuration options

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