1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00
Greg King 074e10d288 Adapted, to the c64 target, the INIT-segment overlay scheme from the apple2 targets.
When a program starts running, INIT is moved from one place to another place.  Then, INIT's code is executed; and, the first place is re-used for variables.  After the INIT code has finished, the second place can be re-used by the heap and the C stack.  That means that initiation code and data won't waste any RAM space after they stop being needed.
2015-10-05 05:47:43 -04:00
..
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00
2014-03-19 11:32:44 +02:00
2015-09-19 15:55:43 +02:00