apple2_hgr_font_tutorial/bin/apple2bin.cfg

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;
}