2021年4月17日

KEIL中如何知道代码的大小以及如何将变量指定在固定的地方

摘要: 首先看几个名词解释: (1) Code(inc.Data) : 包含两部分,即代码和数据- code,即程序代码部分- inline data. For example, literal pools(文字常量池), and short strings(短字符串)等. 这个一般被忽略,请大家注意!!! 阅读全文
posted @ 2021-04-17 14:50 Ablerry 阅读(1611) 评论(0) 推荐(0) 编辑