ca65 Macro Assembler Language Support (6502/65816)This extension provides syntax highlighting and problem matchers for use with the ca65 6502/65816 Macro Assembler. FeaturesAll 6502, 65816, and variant opcodes are supported by the syntax highlighter, as well as all ca65 pseudovariables, control commands, operators, and literals. This extension automatically registers build tasks for 6502 and 65816 assembly files which invoke You can also create a file in the root of your workspace called
If you want to create custom build tasks, this extension contributes the following problem matchers:
You can use these problem matchers in
Release Notes1.2.5Reworked problem matchers. 1.2.4Fixed a bug preventing the char constants 1.2.3Added support for the 1.2.2Added support for .inc files. 1.2.1Added support for .fatal, .definedmacro, .undef, .undefine. 1.2.0Added support for block comments. Added support for .endrepeat. Updated packages. 1.1.0Added autodetected build tasks. Added support for cl65config.json. 1.0.0Initial release of code-ca65. Building/Packing InstructionsMake sure you have Node.js installed. Then run:
You can use
|