A 6502 asm syntax definition for Sublime Text 2.
Go to file
2013-10-10 12:36:08 -04:00
README.md Initial commit 2013-10-10 12:36:08 -04:00

6502asm-sublime

John Mumm

Description

Syntax definition for 6502 asm for Sublime Text 2.

Installation

There are three ways to install this syntax definition.

  1. Simplest way. Download repository content to your local disk and copy folder 6502asm-sublime (renamed) to Sublime packages directory.
  2. Another simplest way. cd ~/.config/sublime-text-2/packages && git clone git://github.com/jtfmumm/6502asm-sublime.git
  3. Preferred way. Install this syntax definition through package control: Preferences ► Package Control ► Install Package ► 6502asm-sublime

Restart Sublime if needed.