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
- Host: GitHub
- URL: https://github.com/adamniederer/s12cpuv2-mode
- Owner: AdamNiederer
- Created: 2017-08-26T18:30:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T20:52:03.000Z (over 8 years ago)
- Last Synced: 2025-03-26T20:52:15.180Z (about 1 year ago)
- Topics: assembly, embedded, freescale, microcontroller, s12cpuv2
- Language: Emacs Lisp
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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