All Projects → MatthewCallis → language-65asm

MatthewCallis / language-65asm

Licence: MIT license
Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers.

Projects that are alternatives of or similar to language-65asm

Thistle
6502 based architecture for OpenComputers
Stars: ✭ 26 (-18.75%)
Mutual labels:  6502, 65c02
kernal64
A Scala Commodore 64, 128, VIC20, CBM2 and SuperCPU emulator
Stars: ✭ 87 (+171.88%)
Mutual labels:  6502, 65816
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (-34.37%)
Mutual labels:  atom
dalek
EXTERMINATEs built-in packages installed as community packages
Stars: ✭ 16 (-50%)
Mutual labels:  atom
webfeed
A dart package for parsing RSS & Atom feed
Stars: ✭ 92 (+187.5%)
Mutual labels:  atom
atom-discord
Integrate with Discord and show Rich Presence information.
Stars: ✭ 107 (+234.38%)
Mutual labels:  atom
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (-28.12%)
Mutual labels:  6502
BE6502-Build-a-65c02-computer
A PCB being made while watching Ben Eaters "Build a 6502 computer" video series. Includes the computer itself, a standalone slow clock and an Arduino Mega shield for the bus monitor sketch..
Stars: ✭ 70 (+118.75%)
Mutual labels:  6502
n65
An assembler for the 6502 microprocessor written in Ruby
Stars: ✭ 12 (-62.5%)
Mutual labels:  6502
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (-31.25%)
Mutual labels:  atom
atom-clipboard-plus
Keeps your clipboard history.
Stars: ✭ 17 (-46.87%)
Mutual labels:  atom
Atom-as-a-Perl6-IDE
Packages and Plugins with Detailed Explanation on Configuring Atom as a Raku IDE
Stars: ✭ 15 (-53.12%)
Mutual labels:  atom
disc-elite-beebasm
Fully documented and annotated source code for the disc version of Elite on the BBC Micro
Stars: ✭ 19 (-40.62%)
Mutual labels:  6502
docblock-python
Atom plugin to insert documentation blocks for python functions
Stars: ✭ 22 (-31.25%)
Mutual labels:  atom
neko
A simple library for SNES programming and development in 65816 assembly
Stars: ✭ 24 (-25%)
Mutual labels:  65816
pure-dark-syntax
🎨 A vibrant syntax theme for Atom
Stars: ✭ 68 (+112.5%)
Mutual labels:  atom
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (+25%)
Mutual labels:  atom
atom-python-isort
Atom.io plugin to sort Python imports
Stars: ✭ 19 (-40.62%)
Mutual labels:  atom
atom-double-tag
An Atom Editor package for faster HTML tag editing
Stars: ✭ 62 (+93.75%)
Mutual labels:  atom
atom-lebab
Atom package for convert es5 to es6/7 use lebab
Stars: ✭ 21 (-34.37%)
Mutual labels:  atom

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:

Originally converted from the various other TextMate bundles:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].