文件名称:GRP_MCU_5
-
所属分类:
- 标签属性:
- 上传时间:2017-11-22
-
文件大小:17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.