gba-auto-batteryless-patcher/payload.ld
2023-04-11 19:12:34 +01:00

13 lines
210 B
Plaintext

SECTIONS
{
. = 0x0;
/* Everything must be in one section to make relative loads as painless as possible */
.text :
{
*(.text)
}
/DISCARD/ :
{
*(*)
}
}