mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-08 06:25:21 +00:00
10 lines
304 B
INI
Executable File
10 lines
304 B
INI
Executable File
MEMORY {
|
|
ZP: file = "", define = yes, start = $0000, size = $00100;
|
|
STK: file = "", define = yes, start = %S, size = $00100;
|
|
RAM: file = %O, start = %S, size = $10000;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load = RAM, type = rw, align = $100;
|
|
ZEROPAGE: load = ZP, type = zp;
|
|
}
|