mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
15 lines
105 B
Perl
15 lines
105 B
Perl
SECTIONS
|
|
{
|
|
.text 0x1000 :
|
|
{
|
|
*(.text)
|
|
*(.pr)
|
|
}
|
|
|
|
.data :
|
|
{
|
|
*(.data)
|
|
*(.rw)
|
|
}
|
|
}
|