mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 18:31:35 +00:00
10 lines
199 B
INI
10 lines
199 B
INI
|
MEMORY {
|
||
|
RAM: start = $0, size = $10000, file = %O;
|
||
|
}
|
||
|
SEGMENTS {
|
||
|
CODE: load = RAM, type = rw;
|
||
|
DATA: load = RAM, type = rw;
|
||
|
BSS: load = RAM, type = rw;
|
||
|
}
|
||
|
|