modemwars/swiftlink/link.cfg
2026-08-23 02:09:40 -05:00

7 lines
213 B
INI

# Places the opponent module as a flat 4096-byte image starting at $E000.
MEMORY {
MODULE: start = $E000, size = $1000, file = %O, fill = yes, fillval = $00;
}
SEGMENTS {
CODE: load = MODULE, type = rw;
}