NonGNU ELPA - nasm-mode

nasm-mode

Description
NASM x86 assembly major mode
Latest
nasm-mode-1.1.1.tar (.sig), 2024-Mar-31, 50.0 KiB
Maintainer
Christopher Wellons <wellons@nullprogram.com>
Atom feed
nasm-mode.xml
Website
https://github.com/skeeto/nasm-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

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