sitsang.scf

来自「lcd 测试程序」· SCF 代码 · 共 21 行

SCF
21
字号
LR 0x0 	; PI attr is set by individual region
{
	ER_root +0	
	{
		main.o(+CODE, +FIRST)
		anon$$obj.o
		__main_nshl.o
	}
	ER_code 0xA0096000
	{
		* (+RO)	; all the RO sections go here
	}

	;RW and ZI must be placed continuously FOR PI mode
	ER_data_plus_bss 0xA0000000 PI
	{
		* (+RW)	; the RW sections are placed next
		* (+ZI)
	}
}

⌨️ 快捷键说明

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