声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
MODC2 Compiler Directive
| Abbreviation | None. |
| Arguments | None. |
| Default | Dual data pointers are not used. |
| µVision | Options — Target — Use multiple DPTR registers. |
| Description | The MODC2 directive enables use of dual data pointers available on the Cast and Evatronix R80515 cores. Using additional data pointers improves the performance of the following library functions: memcpy, memmove, memcmp, strcpy, and strcmp. |
| See Also | |
| Example | C51 SAMPLE.C MODC2 #pragma modc2 |
MODC2 Compiler Directive
| 缩写 | 无。 |
| 参数 | 无。 |
| 缺省 | 不使用双数据指针。 |
| µVision | Options — Target — Use multiple DPTR registers. |
| 描述 | MODC2 伪指令使能使用Cast and Evatronix R80515 核的双数据指针。使用附加的数据指针提高库函数 memcpy, memmove, memcmp, strcpy, 和strcmp的性能。 |
| 参考 | |
| 示例 | C51 SAMPLE.C MODC2 #pragma modc2 |

被折叠的 条评论
为什么被折叠?



