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

language-assembly

Provides syntax highlighing for assembly language.
oliverkeeble
0.7.2 25,018
6
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

language-assembly

An assembly grammar for Atom.


  • Supports Intel syntax and x86 instruction sets.
  • Fully supports the 8051 family. (NEW) (Yay!)

Yay, pretty colours!


Example snippets

Right now, the package does not include any snippets, but you can add them manually.

Check out all the snippets we have on our Wiki!

'.source.assembly.asm.x86.intel':
    'Move instruction':
        'prefix': 'MOV'
        'body': 'MOV $1, $2'
    'Move to Accumulator':
        'prefix': 'MOVA'
        'body': 'MOV A, $1'
    'Add':
        'prefix': 'ADD'
        'body': 'ADD A, $1'

To Do List

  • [ ] Other syntaxes
    • [ ] AT&T
    • [ ] Others?
  • [ ] Other instruction sets
    • [ ] ARM
    • [ ] MIPS
    • [x] ATMEL
    • [ ] Others?
  • [ ] Add snippets to package.
  • [ ] Lots of testing.
  • [ ] More instructions.
  • [ ] Even more instructions.
  • [ ] Fix all the bugs.
  • [ ] Fix even more bugs.

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