mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Make STARTUP segment larger
This commit is contained in:
parent
865be55e66
commit
4c3120b935
@ -10,7 +10,7 @@ SYMBOLS {
|
|||||||
__ENCRYPT_BOTTOM__: value = $ff7a, type = export;
|
__ENCRYPT_BOTTOM__: value = $ff7a, type = export;
|
||||||
__ENCRYPT_SIZE__: value = $80, type = export;
|
__ENCRYPT_SIZE__: value = $80, type = export;
|
||||||
__MEMORY_TOP__: value = __ENCRYPT_BOTTOM__, type = export;
|
__MEMORY_TOP__: value = __ENCRYPT_BOTTOM__, type = export;
|
||||||
__INIT_SIZE__: value = 107, type = export;
|
__INIT_SIZE__: value = 121, type = export;
|
||||||
__MEMORY_INIT__: value = __MEMORY_TOP__ - __INIT_SIZE__, type = export;
|
__MEMORY_INIT__: value = __MEMORY_TOP__ - __INIT_SIZE__, type = export;
|
||||||
__MEMORY_BOTTOM__: value = $10000 - __CARTSIZE__, type = weak;
|
__MEMORY_BOTTOM__: value = $10000 - __CARTSIZE__, type = weak;
|
||||||
__FREE_ROM_SIZE__: value = __MEMORY_INIT__ - __MEMORY_BOTTOM__, type = export;
|
__FREE_ROM_SIZE__: value = __MEMORY_INIT__ - __MEMORY_BOTTOM__, type = export;
|
||||||
|
Loading…
Reference in New Issue
Block a user