嗨,
用户手册位于安装的每个编译器的/ doc子目录中。
正如有人建议的那样,在那里寻找你问题的答案;但是,作为一个快速概述:
.const常数
.text代码
具有16位地址的.data启动数据(RAM)
.bss具有16位地址的非启动数据(RAM)
具有8位地址的.bsct启动数据(RAM)(第0页)
带有8位地址的.ubsct非初始化数据(RAM)(第0页)
希望能帮助到你。
问候,
卢卡
以上来自于谷歌翻译
以下为原文
Hi,
the user manual is in the /doc subdirectory of
every compiler installed.
As it has been suggested, look in there for the answer to your question; however, as a quick overview:
.const constants
.text code
.data initilized data (RAM) with 16 bit address
.bss non-initilized data (RAM) with 16 bit address
.bsct initilized data (RAM) with 8 bit address (page0)
.ubsct non-initilized data (RAM) with 8 bit address (page0)
Hope it helps.
Regards,
Luca
嗨,
用户手册位于安装的每个编译器的/ doc子目录中。
正如有人建议的那样,在那里寻找你问题的答案;但是,作为一个快速概述:
.const常数
.text代码
具有16位地址的.data启动数据(RAM)
.bss具有16位地址的非启动数据(RAM)
具有8位地址的.bsct启动数据(RAM)(第0页)
带有8位地址的.ubsct非初始化数据(RAM)(第0页)
希望能帮助到你。
问候,
卢卡
以上来自于谷歌翻译
以下为原文
Hi,
the user manual is in the /doc subdirectory of
every compiler installed.
As it has been suggested, look in there for the answer to your question; however, as a quick overview:
.const constants
.text code
.data initilized data (RAM) with 16 bit address
.bss non-initilized data (RAM) with 16 bit address
.bsct initilized data (RAM) with 8 bit address (page0)
.ubsct non-initilized data (RAM) with 8 bit address (page0)
Hope it helps.
Regards,
Luca
举报