asm-block-21.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 16 行
C
16 行
/* APPLE LOCAL file CW asm blocks *//* { dg-do assemble { target i?86*-*-darwin* } } *//* { dg-options { -m64 -fasm-blocks -msse3 } } *//* Radar 4249602 */void foo() { asm { mov dx, WORD PTR [ebx] lock cmpxchg dword ptr[ecx], ebx inc byte ptr [ecx] inc word ptr [ecx] inc dword ptr [ecx] inc qword ptr [ecx] /* { dg-bogus "no such 386 instruction" "" } */ }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?