asm-block-9.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 26 行
C
26 行
/* APPLE LOCAL file CW asm blocks *//* { dg-do assemble { target powerpc*-*-darwin* } } *//* { dg-options { "-fasm-blocks" } } *//* Radar 4211947 */void foo() {#ifdef __cplusplus /* This should be fixed with the recursive descent rewrite for the C frontend. */ asm#endif int i; asm nop ; int l; asm asm int j = i, k = l; int m = j; asm nop ; nop asm ; nop asm nop ; nop asm nop ; nop asm { ; nop nop ; nop }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?