Skip to content

godlikemouse/language-ca65-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CA65 Language support in Atom

This package enables syntax highlight for the CA65 6502 assembler.

screenshot

It also provides an instructions cheatsheet, showing information about the instruction under the cursor in a tooltip.

Tooltips are also available to convert numbers to/from hexadecimal, binary, and decimal.

Full Featured

Complete support for all macros, 6502 opcodes and their variants, and control commands as specified by the CC65 docs.

Installation

Command Line

Since the official atom.io site has been end-of-lifed, manual installation is required:

cd ~/.atom/packages
git clone https://github.com/godlikemouse/language-ca65-asm.git