1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 03:30:05 +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-02-08 22:48:49 +01:00
2012-12-11 05:56:59 +00:00
2015-09-19 15:37:39 +02:00
2013-12-06 20:53:49 +01:00
2013-12-06 20:53:49 +01:00