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 961
  • Linux 749
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 0 0 0 0 1 0 0 1 1 0 0 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
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0
Linux 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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/>.