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

📄 scate.txt

📁 这是一个简单的动态加载的一个demo工程 内附详细说明
💻 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 + -