10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
|
|
MEMORY
|
||
|
|
{
|
||
|
|
int_pm { TYPE(PM RAM) START(0x000000) LENGTH(0x004000) WIDTH(24) }
|
||
|
|
int_dm { TYPE(DM RAM) START(0x000000) LENGTH(0x004000) WIDTH(16) }
|
||
|
|
}
|
||
|
|
SECTIONS
|
||
|
|
{
|
||
|
|
program0 { INPUT_SECTIONS( $OBJECTS(program0) ) } > int_pm
|
||
|
|
}
|