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.
有没有办法在程序集中注释多行?
我正在使用 Masm32 v9。
谢谢。
您可以使用COMMENT指令进行多行注释:
COMMENT @ This is some text And some more text @
确保选择注释本身未使用的分隔符;^)