VM02/src/javabin.cfg

12 lines
238 B
INI
Raw Normal View History

2018-04-25 16:13:44 +00:00
MEMORY {
RAM: start = $1000, size = $BF00, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = rw;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = rw;
INIT: load = RAM, type = rw;
}