Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 693 Bytes

m68k assembly highlighting for Atom

Syntax highlighting for the Motorola 680x0 assembly language in Atom.

Authors

  • François Galea
    • original package
    • initial 68000 opcodes and a subset of Motorola directives
  • Kåre Andersen
    • support for most 020/030/040/060 instructions
    • support for 68881/68882/040/060 FPU instructions
    • support for (P)MMU instructions
    • support for most devpac and vasm directives
    • syntax highlighting enhancements

Install

To install the package language-m68k:

  • In Atom: (Packages->Settings View->Install Packages)
  • Shell: $ apm install language-m68k

TODO

  • support for other processors from the DragonBall or ColdFire families