fasm-mode
is a major mode for editing FASM x86 assembly
programs. It includes syntax highlighting, automatic indentation, and
imenu integration. Unlike Emacs' generic asm-mode
, it understands
FASM-specific syntax. Requires Emacs 24.3 or higher.
The keyword lists are up to date as of FASM 1.73.32.
If you prefer to use a package manager, you can use quelpa-use-package.
;; Install FASM
(use-package fasm-mode
:quelpa (fasm-mode :fetcher github :repo "GabrielFrigo4/fasm-mode"))
Inspired by nasm-mode
This mode was completely inspired by the nasm-mode