7 lines
213 B
INI
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;
|
|
}
|