?? bono_scat_ram.scf
字號:
; The region HEAP is used to locate the bottom of the heap immediately above
; the ZI data ("+0"). The heap will grow up from this address.
;
; The region STACKS is used to locate the top of the memory used to store
; the stacks for each mode. The stacks will grow down from this address.
;
; The region UART0 is used to map the position of the Integrator UART0 registers.
;
; Regions marked UNINIT will be left uninitialized, i.e. they will not be
; zero-initialized by the C library when it starts-up.
;ROM_LOAD 0xD6000000
;ROM_LOAD 0xA0000000
ROM_LOAD 0xFFFF4C00
{
code +0
{
init.o (init, +First)
;vector.o (vect, +First)
* (+RO)
}
RAM +0
{
* (+RW,+ZI)
}
HEAP +0 UNINIT
{
heap.o (+ZI)
}
STACKS 0xFFFFFEE0 UNINIT
{
stack.o (+ZI)
}
}
;ROM_LOAD2 0xFFFFFEF0
;{ code2 +0
; {
; VRAM_Vector.o (+RO)
; }
;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -