📄 scate.txt
字号:
LR_OUR 0x0 PI ; RELOC ; The first load region is at 0x010000.
{
ER_RO +0 ; The PI attribute is inherited from parent.
; The default execution address is 0x010000, but the code can be moved.
{
al_thumb.o (aOUR_ENGINE_AS,+first)
* (+RO) ; All the RO sections go here.
}
ER_RW +0 ; PI attribute is overridden by ABSOLUTE.
{
* (+RW) ; The RW sections are placed next . They cannot be moved.
}
ER_ZI +0 ; ER_ZI region placed after ER_RW region.
{
* (+ZI) ; All the ZI sections are placed consecutively here.
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -