language-65asm/README.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2014-03-02 03:05:28 +00:00
# 65816/65C816/65802/6502/65C02 Assembly Language Support in Atom
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers:
- [cc65](http://oliverschmidt.github.io/cc65/)
- [DASM](http://dasm-dillon.sourceforge.net/) (6502)
- EDASM
- [Merlin](http://en.wikipedia.org/wiki/Merlin_(assembler))
- [MPW IIgs Assembler](http://store.16sector.com/index.php?main_page=product_info&products_id=24)
- [NinjaForce Assembler](http://www.ninjaforce.com/html/products_nf_assembler.html)
- [ORCA/M](http://www.byteworks.us/Byte_Works/Products.html)
- [WLA-DX](http://www.villehelin.com/wla.html)
Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle)
from the various other TextMate bundles:
- [6502asm-tmbundle](https://github.com/adamv/6502asm-tmbundle)
- [65816.tmbundle](https://github.com/ksherlock/65816.tmbundle)
Contributions are greatly appreciated! Please fork this repository and open a
pull request to add snippets, make grammar tweaks, etc.