12 lines
97 B
Plaintext
12 lines
97 B
Plaintext
MEMORY
|
|
{
|
|
default (RWX) : ORIGIN = 0x0, LENGTH = 256K
|
|
}
|
|
|
|
ENTRY(entry);
|
|
|
|
SECTIONS
|
|
{
|
|
. = 0x0;
|
|
}
|