VM02/plasma2/cmdloader.cfg

11 lines
198 B
INI
Executable File

MEMORY {
RAM: start = $1007, size = $1000, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = rw;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = rw;
}