mirror of
https://github.com/DesperateProgrammer/relaunch.git
synced 2025-06-18 22:55:45 -04:00
14 lines
146 B
Plaintext
14 lines
146 B
Plaintext
MEMORY
|
|
{
|
|
ram : ORIGIN = 0x037df06c, LENGTH = 192K
|
|
}
|
|
|
|
tmdStartAddress = ORIGIN(ram);
|
|
|
|
SECTIONS
|
|
{
|
|
.text . :
|
|
{
|
|
*(.text)
|
|
}
|
|
} |