asm-mode

asm-mode is an interactive autoloaded compiled Lisp function in `asm-mode.el'.


(asm-mode)

Parent mode: `prog-mode'.

Major mode for editing typical assembler code.
Features a private abbrev table and the following bindings:

M-x asm-colon outdent a preceding label, tab to next tab stop.
M-i tab to next tab stop.
M-x asm-newline newline, then tab to next tab stop.
M-x asm-comment smart placement of assembler comments.

The character used for making comments is set by the variable
`asm-comment-char' (which defaults to `?\;').

Alternatively, you may set this variable in `asm-mode-set-comment-hook',
which is called near the beginning of mode initialization.

Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.

Special commands:
key binding
--- -------

C-c Prefix Command
C-j newline-and-indent
RET newline-and-indent
: asm-colon

C-c ; comment-region