CA65 Language support in Atom
This package enables sytax highlight for the CA65 6502 assembler.
Full Featured
Complete support for all macros, 6502 opcodes and control commands as specified by the CC64 docs.
Installation
Settings
Open the Atom settings cmd + ,
or ctrl + ,
click + Install
on the left navigation or click Packages -> Settings View -> Install Packages/Themes
and enter language-ca65-asm
into the Search packages search box. Click the install button.
Command Line
Open a terminal and type apm i language-ca65-asm
, hit enter.