Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アセンブリ内の複数の行にコメントを付ける方法はありますか?
Masm32v9を使用しています。
ありがとう。
COMMENTディレクティブを使用して、複数行のコメントを行うことができます。
COMMENT @ This is some text And some more text @
コメント自体で使用されていない区切り文字を選択してください ;^)