An open API service indexing awesome lists of open source software.

https://github.com/dougmasten/sublime-assembly-6809

SublimeText 3 syntax highlighting for 6809/6309 Assembly language
https://github.com/dougmasten/sublime-assembly-6809

6309 6809 assembly hitachi motorola sublime-syntax sublime-text syntax-highlighting

Last synced: about 1 month ago
JSON representation

SublimeText 3 syntax highlighting for 6809/6309 Assembly language

Awesome Lists containing this project

README

        

# Assembly-6809 - Sublime Text Syntax Highlighting

[![The MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![Build Status](https://github.com/dougmasten/sublime-assembly-6809/actions/workflows/ci.yml/badge.svg)](https://github.com/dougmasten/sublime-assembly-6809/actions/workflows/ci.yml)
[![Package Control total downloads](https://img.shields.io/packagecontrol/dt/Assembly%206809%20and%206309%20Syntax%20Highlighting.svg)](https://packagecontrol.io/packages/Assembly%206809%20and%206309%20Syntax%20Highlighting)

A [Sublime Text 3][Sublime] syntax highlighting package for the [Motorola 6809][Motorola] and [Hitachi 6309][Hitachi] Assembly language.

### Installation

**Recommended:** Install [Package Control](https://packagecontrol.io/installation), then open the Command Palette, select "Package Control: Install Package", and then select `assembly 6809`.

**Manual:** Download the latest [source](https://github.com/dougmasten/sublime-assembly-6809/archive/master.zip) from GitHub and extract it into a new folder named `Assembly-6809` in your Sublime Text "Packages" directory.

### Contributing

Pull requests and bug reports are welcome.

### License

See [license information here](LICENSE).

[Sublime]: https://www.sublimetext.com/
[Motorola]: https://en.wikipedia.org/wiki/Motorola_6809
[Hitachi]: https://en.wikipedia.org/wiki/Hitachi_6309