X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Fcfg%2Fbbc.cfg;fp=src%2Fld65%2Fcfg%2Fbbc.cfg;h=e1b2f771f6bd32c3c6e9f07c60310db691d5ecbf;hb=fa3e713cc7a7b3f745e6787452557732d36a26d3;hp=1965d55e6314c56595d6da43c68131eea95c17b6;hpb=deab71739a33c7f0a3ed041293096c91d1d7626c;p=cc65 diff --git a/src/ld65/cfg/bbc.cfg b/src/ld65/cfg/bbc.cfg index 1965d55e6..e1b2f771f 100644 --- a/src/ld65/cfg/bbc.cfg +++ b/src/ld65/cfg/bbc.cfg @@ -10,6 +10,7 @@ SEGMENTS { RODATA: load = RAM, type = ro; DATA: load = RAM, type = rw; BSS: load = RAM, type = bss, define = yes; + HEAP: load = RAM, type = bss, optional = yes; # must sit just below stack ZEROPAGE: load = ZP, type = zp; } FEATURES { @@ -21,6 +22,10 @@ FEATURES { type = destructor, label = __DESTRUCTOR_TABLE__, count = __DESTRUCTOR_COUNT__; + CONDES: type = interruptor, + segment = RODATA, + label = __INTERRUPTOR_TABLE__, + count = __INTERRUPTOR_COUNT__; } SYMBOLS { __STACKSIZE__ = $800; # 2K stack