65816 assembly language (various Apple IIgs assemblers) syntax support for TextMate / Sublime Text
Go to file
Kelvin Sherlock 0466fe1791 update syntax 2023-07-22 16:19:10 -04:00
Preferences ca65 support. 2017-09-25 21:25:37 -04:00
Snippets orca-m - add snippets, add GEQUs to symbol list. 2017-09-21 10:51:15 -04:00
Syntaxes update syntax 2023-07-22 16:19:10 -04:00
.gitignore Add Sublime Text settings 2014-03-11 22:34:24 -04:00
Default (OSX).sublime-keymap Sublime script to convert Merin to ASCII 2013-07-15 23:03:57 -04:00
Default.sublime-commands Merlin FIXS command. needed since I encountered some expanded merlin source code too big to load in merlin. 2019-12-08 12:27:54 -05:00
MPW Asm IIgs.sublime-build Add Sublime Text settings 2014-03-11 22:34:24 -04:00
MPW Asm IIgs.sublime-settings default encoding for mpw asm 2016-02-12 14:00:15 -05:00
Preferences.sublime-settings update macgen commands 2018-10-13 18:02:15 -04:00
README.md Update README.md 2017-10-07 10:21:52 -04:00
ca65 directives.sublime-completions ca65 improvements. 2017-09-26 10:37:20 -04:00
info.plist update info.plist 2013-04-01 20:36:01 -04:00
mac-gen.py orca/m macgen: ! is a comment character 2023-05-15 19:35:27 -04:00
merlin-fixs.py Merlin FIXS command. needed since I encountered some expanded merlin source code too big to load in merlin. 2019-12-08 12:27:54 -05:00
merlin-to-text.py update merlin converter to work with python 3. 2017-08-21 15:38:43 -04:00
sc-asm directives.sublimes-completions S-C Assembler 2021-07-29 17:59:57 -04:00
smart-toolbox.sublime-completions IIgs toolbox completion macros for orca/m, merlin, ninjaforce, and mpw. 2017-09-20 12:36:12 -04:00
toolbox.sublime-completions IIgs toolbox completion macros for orca/m, merlin, ninjaforce, and mpw. 2017-09-20 12:36:12 -04:00

README.md

65816.tmbundle

This is a TextMate/Sublime Text 2/3 bundle for WDC's 65816 assembly language. Some effort is taken to be slightly intelligent about some opcode/operand pairs.

Currently supported:

  • Generic 65816 (mnemonics only)
  • ORCA/M Assembler
  • MPW IIgs Assembler
  • Merlin 8/16+ Assembler
  • NinjaForce Assembler
  • EDASM Assembler (6502)
  • WDC Assembler
  • Macross Assembler
  • CA65 Assembler