inline assembly code meaning in English
内联程序集代码
内联组译程序代码
行内组译程式码
行内组译程序代码
Examples
- Functions containing inline assembly code are generated as unmanaged functions , as if they were placed in a separate module that was compiled without
包含内联程序集代码的函数被生成为非托管函数,就像它们放在不使用 - Inline assembly code that assumes knowledge of the native stack layout , calling conventions outside of the current function , or other low - level information about the computer may fail if that knowledge is applied to the stack frame for a managed function
如果内联程序集代码假定有关本机堆栈布局、当前函数外部的调用约定或其他有关计算机的低级别信息的知识,则如果将该知识应用于托管函数的堆栈帧,则此内联程序集代码可能失败。