• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

language-65asm

Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.
MatthewCallis
10.5.0 7,171
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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:

  • ACME Crossassembler
  • Asar SNES Assembler
  • ASM6f (support for NES emulator Mesen)
  • cc65 (SNES Syntax: 65816, SPC700, SuperFX)
  • DASM (6502)
  • EDASM
  • Merlin
  • MPW IIgs Assembler
  • NinjaForce Assembler
  • ORCA/M
  • WLA-DX
  • WTCTools by Western Design Center
  • Kick Assembler

Originally converted from the various other TextMate bundles:

  • 6502asm-tmbundle
  • 65816.tmbundle

Contributions are greatly appreciated! Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

Installation

In atom, press ctrl+shift+p and enter install package, then type language-65asm into the search bar and hit install.

OR

Run apm install language-65asm in a terminal.

To add automatic syntax highlighting to a set of file extensions, add this to your config.cson (ctrl+shift+p -> config):

"*":
  core:
    customFileTypes: {
      "source.assembly.6502.cc65": [
        "asm"
        "inc"
      ]
    }

See last line in grammar files for names.

Contributors

  • Matthew Callis
  • Matt Tuttle
  • Tommy Savaria
  • ARM9
  • georgjz
  • GoDot
  • Carson Herrington
  • Michael Lass

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by