CX51 用户手册----MODP2 伪指令

来源:互联网 发布:php exec 返回值 编辑:程序博客网 时间:2024/05/01 19:35

声明:

1、本翻译仅供个人学习使用,本人没有提供技术支持的义务,也不承担由此引发的任何后果。

2、请勿用于商业用途。

3、英文来自:http://www.keil.com/support/man/docs/c51/。

4、欢迎大家共同与我交流探讨(290207203@qq.com)。

MODP2 Compiler Directive

Abbreviation

None.

Arguments

None.

Default

NOMODP2

µVision

Options — Target — Use multiple DPTR registers.

Description

The MODP2 directive instructs the compiler to produce code for the additional hardware components (specifically, the additional data pointers) available in several Atmel and Philips compatible derivatives. Using additional data pointers improves the performance of the memcpymemmovememcmpstrcpy, and strcmp library routines.

See Also

NOMODP2

Example
C51 SAMPLE.C  MODP2#pragma modp2


MODP2 编译器伪指令

缩写

无。

参数

无。

缺省

NOMODP2

µVision

Options — Target — Use multiple DPTR registers.

描述

MODP2 伪指令告诉编译器为Atmel 和 Philips兼容器件的附加硬件组件(尤其是,附近的数据指针)生成代码。使用附近的数据指针提高库函数 memcpymemmovememcmpstrcpy, 和 strcmp 的性能。

参考

NOMODP2

示例
C51 SAMPLE.C  MODP2#pragma modp2





原创粉丝点击