声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
MODDP2 Compiler Directive
| Abbreviation | None. |
| Arguments | None. |
| Default | NOMODDP2 |
| µVision | Options — Target — Use multiple DPTR registers. |
| Description | The MODDP2 directive instructs the compiler to produce code for the additional hardware components (specifically, the additional data pointers) available in the Dallas Semiconductor 80C320, C520, C530, C550, and compatible derivatives. Using additional data pointers improves the performance of the memcpy, memmove, memcmp, strcpy, and strcmp library routines. |
| See Also | |
| Example | C51 SAMPL320.C MODDP2 #pragma moddp2 |
MODDP2 编译器伪指令
| 缩写 | 无。 |
| 参数 | 为。 |
| 缺省 | NOMODDP2 |
| µVision | Options — Target — Use multiple DPTR registers. |
| 描述 | MODDP2伪指令使能编译器为Dallas 80C320, C520, C530, C550和兼容器件的附加硬件组件(尤其是,附加的数据指针)生成代码。使用附加的数据指针提供库函数memcpy, memmove, memcmp, strcpy, 和 strcmp 的性能。 |
| 参考 | |
| 示例 | C51 SAMPL320.C MODDP2 #pragma moddp2 |
本文详细解释了MODDP2伪指令的作用、描述、参数、默认值及使用方式,包括其如何提高memcpy、memmove等库函数的性能,并提供了示例代码。同时,文章还介绍了与之相关的知识库文章。
Related Knowledgebase Articles
416

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



