asm-comment

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


(asm-comment)

Convert an empty comment to a `larger' kind, or start a new one.
These are the known comment classes:

1 -- comment to the right of the code (at the comment-column)
2 -- comment on its own line, indented like code
3 -- comment on its own line, beginning at the left-most column.

Suggested usage: while writing your code, trigger asm-comment
repeatedly until you are satisfied with the kind of comment.