A Motorola 68000 assembly language package for the Sublime Text editor, based on the M68k bundle for Textmate.
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.
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 -
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.
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/>.