/AVR-ASM-Sublime

AVR 8bit assembler syntax definition for ST2/ST3

AVR-ASM-Sublime

Description

AVR-ASM-Sublime is avr assembler syntax definition for Sublime Text 2 editor. Support both ASM v1.0 and ASM v2.0 constructions.

Repository Content

./avr-asm.JSON-tmLanguage 	JSON syntax definition source
./avr-asm.tmLanguage 	   	XML syntax definition for Sublime Text
./README.md 				This file with markdown markup

Installation

There are three ways to install this syntax definition.

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

Restart Sublime if needed.

Usage

As usual: View ► Syntax ► AVR ASM