1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-27 20:40:16 +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
..
2015-04-27 09:39:50 +02:00
2015-01-09 22:19:35 -05:00
2015-07-22 11:36:54 +02:00
2015-09-20 12:18:41 +02:00