文件名称:GRP_MCU_5
- 所属分类:
- 其他小程序
- 资源属性:
- 上传时间:
- 2017-11-22
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- vak25*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The first is to make use of the access bank memory. Objects can be
placed in this area of memory by using the "near" keyword. Near
objects can be accessed efficiently and the use of them will greatly
improve code efficiency. If you have any pointers that only point to
objects that have been placed in the access bank, then you can define
these pointers so that they are pointers to near. (You can also
qualify the pointers themselves to further reduce code size.)
See the User's Manual for information on qualifying objects and
pointers. Near pointers are only 8 bits wide so accessing and
manipulating them will be more efficient that working with default
RAM pointers which are 16 bits wide.
placed in this area of memory by using the "near" keyword. Near
objects can be accessed efficiently and the use of them will greatly
improve code efficiency. If you have any pointers that only point to
objects that have been placed in the access bank, then you can define
these pointers so that they are pointers to near. (You can also
qualify the pointers themselves to further reduce code size.)
See the User's Manual for information on qualifying objects and
pointers. Near pointers are only 8 bits wide so accessing and
manipulating them will be more efficient that working with default
RAM pointers which are 16 bits wide.
相关搜索: grp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
ALARM_TIME_SAVE_GRP05.c | 2203 | 2009-11-17 |
Arch_Alarm_GRP05.c | 58034 | 2010-06-16 |
Arch_Alarm_GRP05_OLD.c | 43584 | 2010-05-07 |