[cc65-devel] Visual Studio Code Extension for CC65
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Payton B. <pl...@gm...> - 2018-03-20 20:26:06
|
I have just published a VS Code Extension for CC65. It has the following features: • Syntax highlighting for ca65 (.s,.asm,.mac,.inc) • Code snippets for assembler • Build and link files in the /src directory with cc65/ca65/ld65 • Works with Windows and Linux (including WSL) o Edit in Windows, compile in WSL, etc. • Execute emulator from VS Code • Works with Makefiles o Build with Make o Test with Make • Many configurable settings that allow for very flexible usage. Where to get it: Download the source from GitHub: https://github.com/sharpninja/vscode-cc65 Install extension “cc65” from within VS Code. If you have any suggestions, bugs, etc., please use the Issue tracker on GitHub. I’ll be happy to answer general questions here. |