asm declaration
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
它可以用来将信息传递给后端的compiler.
原文:
It can be used to pass information to the back-end of the compiler.
这项声明是有条件的支持和实现定义的
原文:
This declaration is conditionally-supported and implementation defined,
这意味着它可以不存在,并且即使当实现提供的,它不会有固定含义
原文:
meaning that it may not be present and, even when provided by the implementation, it does not have a fixed meaning
[编辑] 语法
asm ( string_literal )
|
|||||||||