6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
MEMORY
|
|
{
|
|
bootrom_mem (rx) : ORIGIN = 0x10000, LENGTH = 0x2000
|
|
memory_mem (rwx) : ORIGIN = 0x80000000, LENGTH = 0x40000000
|
|
}
|