ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

M68k Assembly

by stevenjs ALL

Motorola 68000 Assembly Language Syntax Package for Sublime Text

Details

Installs

  • Total 4K
  • Win 2K
  • Mac 975
  • Linux 769
Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 2 1 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

M68k-Assembly

A Motorola 68000 assembly language package for the Sublime Text editor, based on the M68k bundle for Textmate.

Installation

Package Control

Open the Command Palette (Shift-Cmd-P in OS X, Shift-Ctrl-P in Linux/Windows). Select “Package Control: Install Package”. Find and install M68k-Assembly.

Package Control will automatically keep M68k Assembly up to date.

Manual Installation

First you must locate the Sublime Text packages folder, then:

Manual installation via git:

cd /path/to/sublime/packages/folder
git clone https://github.com/stevenjs/M68k-Assembly.git M68k-Assembly

Manual installation without git:

cd /path/to/sublime/packages/folder
curl -L https://github.com/stevenjs/M68k-Assembly/tarball/master | tar xf -

Contributing

Pull requests welcome. Do not edit the M68k-Assembly.tmLanguage file directly. Edit the M68k-Assembly.YAML-tmLanguage file instead and build the .tmLanguage file from it using AAAPackageDev.

License

M68k-Assembly Copyright © 2012, 2015 Steven Saunders

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.