Skip to content

Using cc65 with Visual Studio Code

Stefan edited this page Mar 26, 2020 · 3 revisions

Visual Studio Code is a great editor for working with cc65 projects. There is an extension available in the marketplace called simply "CC65" which provides the following resources:

  • Syntax highlighting for .asm, .s, .inc, .mac files
  • Building with make
  • Building directly with the tool chain
  • Executing with make
  • Executing directly to the emulator
The CC65 extension is open source and available at https://marketplace.visualstudio.com/items?itemName=SharpNinja.cc65
Clone this wiki locally