51 cfgline0(
"STARTADDRESS: default = $11FF;");
55 cfgline0(
"ZP: start = $0000, size = $0100, type = rw;");
56 cfgline0(
"RAM0: start = $0400, size = $0C00, type = rw;");
57 cfgline0(
"MAIN: start = $11FF, size = $5E01, type = rw, fill = yes, fillVal = $00;");
61 cfgline0(
"ZEROPAGE: load = ZP, type = zp, optional = yes;");
62 cfgline0(
"BASIC: load = MAIN, type = rw, optional = no ;");
63 cfgline0(
"DATA: load = MAIN, type = rw, optional = yes;");
64 cfgline0(
"BSS: load = MAIN, type = bss, optional = yes;");
65 cfgline0(
"UDCCHAR: load = MAIN, type = overwrite, optional = yes, start = $1800;");
void linker_setup(Environment *_environment)
Emit tail of linker's configuration file lines.
void linker_cleanup(Environment *_environment)
Emit tail of linker's configuration file lines.
struct _Environment Environment
Structure of compilation environment.