asm-mode-map
asm-mode-map is a variable defined in `
asm-mode.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Keymap for Asm mode.
Value:
(keymap
(menu-bar keymap
(asm-mode "Asm" keymap
(asm-colon menu-item "Insert Colon" asm-colon :help "Insert a colon; if it follows a label, delete the label's indentation")
(newline-and-indent menu-item "Insert Newline and Indent" newline-and-indent :help "Insert a newline, then indent according to major mode")
(comment-region menu-item "Comment Region" comment-region :help "Comment or uncomment each line in the region")))
(13 . newline-and-indent)
(10 . newline-and-indent)
(3 keymap
(59 . comment-region))
(58 . asm-colon))