Skip to content

GabrielFrigo4/fasm-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasm-mode

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.

Installing with Quelpa

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

About

Major Mode for Editing FASM Assembly Programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published