声明:
1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。
2、请勿用于商业用途。
3、英文来自:http://www.keil.com/support/man/docs/c51/。
4、欢迎大家共同与我交流探讨(290207203@qq.com)。
MODDA Compiler Directive
| Abbreviation | None. |
| Arguments | None. |
| Default | NOMODDA |
| µVision | Options — Target — Use On—Chip Arithmetic Accelerator. |
| Description | The MODDA directive enables code generation for the additional hardware components (specifically, the arithmetic accelerator) of the Dallas Semiconductor DS80C390, DS80C400, DS5240, and compatible derivatives. This improves the performance of integer and long math operations. When using this directive, it is important that only one thread of execution uses the arithmetic processor.
|
| See Also | |
| Example | C51 SAMPL390.C MODDA #pragma modda |
MODDA 编译器伪指令
| 缩写 | 无。 |
| 参数 | 为。 |
| 缺省 | NOMODDA |
| µVision | Options — Target — Use On—Chip Arithmetic Accelerator. |
| 描述 | MODDA 伪指令使能Dallas DS80C390, DS80C400, DS5240和兼容器件的附加的硬件组件(尤其是算术加速器)的代码生成。 这个伪指令提高整型和长整型数学操作的性能。 当使用这个伪指令时,仅有一个执行的线程使用算术加速器,这一点很重要。
|
| 参考 | |
| 示例 | C51 SAMPL390.C MODDA #pragma modda |
本文深入解析MODDA编译器伪指令,旨在提升Dallas DS80C390、DS80C400、DS5240等微控制器上整型和长整型数学操作的性能。通过使用MODDA伪指令,仅在一个执行线程中使用算术加速器,实现更高效的代码生成。
Related Knowledgebase Articles
85

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



