- 博客(2)
- 收藏
- 关注
原创 函数的大小计算
如何计算一个函数在代码段里面占用的空间大小? 在需要将函数从flash搬移到Ram里面运行时会有这个问题:开辟出多大的空间才是与之匹配的呢? 问题的关键就是在flash上面找到这个函数的开始和结束的地方,计算其大小即可。具体大小是要在编译器编译结束之后才能知道的,那么如何在编译生成的代码里面准确计算一个函数的代码大小呢?1. 通过检索编译之后生成的.map文件得到函数代码大
2010-02-11 15:11:00
1944
原创 ColdFire and 68K
Got from web and arranged.Instruction Set Although the ColdFire architecture is closely related to the 680x0, there are many simplifications to the instruction set. Nearly all of the differences
2010-02-11 15:08:00
476
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人