An open API service indexing awesome lists of open source software.

https://github.com/adamniederer/s12cpuv2-mode

A major mode for S12CPUV2 assembly language
https://github.com/adamniederer/s12cpuv2-mode

assembly embedded freescale microcontroller s12cpuv2

Last synced: 9 months ago
JSON representation

A major mode for S12CPUV2 assembly language

Awesome Lists containing this project

README

          

* s12cpuv2-mode

An Emacs major mode for the the assembly language of the Freescale S12CPUV2, as
seen on the MC9S12C128 microcontroller.

** Features

- Syntactic highlighting
- Syntactic indentation

** Installation

s12cpuv2-mode is available on MELPA. To install:

~M-x package-install RET s12cpuv2-mode~

** Keybindings

- ~C-c l~ places your cursor at the specified label
- ~C-c C-l~ places your cursor at the definition of the label under your cursor