⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tibet.txt

📁 嵌入式系统启动代码
💻 TXT
字号:
APPL_LR 0x0 	; Position independent
{
	.text +0		; PI attr inherited from parent
					; default execution address is 0x00008000
					; but the code can be moved
	{
		main.o(+CODE, +FIRST)
		* (+RO)	; all the RO sections go here
	}
	.data +0
	{
		* (+RW)	; the RW sections are placed next
	}
	.bss +0
	{
		* (+ZI)	; the ZI sections are placed here
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -