foot/foot.script
shylie 7a49be864a
Some checks failed
Test / build (push) Failing after 6s
Add ZLSH instruction
2025-12-06 13:23:04 -05:00

12 lines
97 B
Plaintext

MEMORY
{
default (RWX) : ORIGIN = 0x0, LENGTH = 256K
}
ENTRY(entry);
SECTIONS
{
. = 0x0;
}