1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-01 18:30:06 +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
..
2011-04-25 18:49:24 +00:00
2003-06-12 09:10:50 +00:00
2010-06-03 21:29:28 +00:00
2005-04-21 21:26:15 +00:00
2015-09-11 14:18:22 -04:00
2010-06-03 21:31:06 +00:00
2015-09-11 14:18:22 -04:00
2003-03-14 00:02:58 +00:00
2013-08-28 02:58:41 -04:00
2013-08-28 02:58:41 -04:00
2013-10-02 20:55:01 +01:00
2003-06-12 08:43:57 +00:00
2003-12-03 20:23:09 +00:00
2015-07-17 20:36:56 -04:00