mirror of
https://github.com/dschmenk/VM02.git
synced 2025-01-03 01:30:25 +00:00
11 lines
198 B
INI
Executable File
11 lines
198 B
INI
Executable File
MEMORY {
|
|
RAM: start = $2000, size = $5000, file = %O;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load = RAM, type = rw;
|
|
DATA: load = RAM, type = rw;
|
|
BSS: load = RAM, type = rw;
|
|
}
|
|
|
|
|