NonGNU ELPA - nasm-mode

nasm-mode

Description
NASM x86 assembly major mode
Latest
nasm-mode-1.1.1.tar, 2021-Aug-29, 50.0 KiB
Maintainer
Christopher Wellons <wellons@nullprogram.com>
Home page
https://github.com/skeeto/nasm-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET nasm-mode RET

Full description

A major mode for editing NASM x86 assembly programs. It includes
syntax highlighting, automatic indentation, and imenu integration.
Unlike Emacs' generic `asm-mode`, it understands NASM-specific
syntax.

NASM Home: http://www.nasm.us/

Labels without colons are not recognized as labels by this mode,
since, without a parser equal to that of NASM itself, it's
otherwise ambiguous between macros and labels. This covers both
indentation and imenu support.

The keyword lists are up to date as of NASM 2.12.01.
http://www.nasm.us/doc/nasmdocb.html

TODO:
 * Line continuation awareness