apple2_hgr_font_tutorial/bin/apple2bin.cfg

10 lines
199 B
INI
Raw Normal View History

2016-01-28 00:35:32 +00:00
MEMORY {
RAM: start = $0, size = $10000, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = rw;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = rw;
}