mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
MEMORY {
|
|
ewram : ORIGIN = 0x02000000, LENGTH = 16M - 48k
|
|
dtcm : ORIGIN = 0x0b000000, LENGTH = 16K
|
|
vectors : ORIGIN = 0x01000000, LENGTH = 256
|
|
itcm : ORIGIN = 0x01000100, LENGTH = 32K - 256
|
|
}
|