1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/geos-common/system
ol.sc ffc06fcea3 Apple GEOS reserves beside the main app area at $4000-$C000 a secondary app area at $0C00-$2000. While it was an elegant idea to use that secondary area for overlays at the end of the day those 5 kB are just too small. So now overlays go at the end of the main area (as with GEOS 64/128).
However the stack (usually 1 kB) can be securely placed in the secondary area without effort from the side of the developer. The rest of the secondary area (usually 4 kB) is made available to the developer as (uninitialized) 'EXTBSS'.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5696 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-08 21:46:51 +00:00
..
callroutine.s Normalized coding style. 2012-02-08 16:56:54 +00:00
crt0.s Apple GEOS reserves beside the main app area at $4000-$C000 a secondary app area at $0C00-$2000. While it was an elegant idea to use that secondary area for overlays at the end of the day those 5 kB are just too small. So now overlays go at the end of the main area (as with GEOS 64/128). 2012-06-08 21:46:51 +00:00
ctype.s Greg King: SHORTCUT is a graphic character (it is displayed in menues); it is not a control character. 2012-02-20 22:48:02 +00:00
enterdesktop.s Normalized coding style. 2012-02-08 16:56:54 +00:00
extzp.s Normalized coding style. 2012-02-08 16:56:54 +00:00
firstinit.s Normalized coding style. 2012-02-08 16:56:54 +00:00
getrandom.s Normalized coding style. 2012-02-08 16:56:54 +00:00
mainargs.s Minor style adjustment. 2012-02-22 22:59:38 +00:00
mainloop.s Normalized coding style. 2012-02-08 16:56:54 +00:00
Makefile My recent decision to reuse the character specification table from the base target was based on the fact that CBM GEOS used a copy of the CBM character specification table for the last ten years. 2012-02-17 20:23:35 +00:00
oserrlist.s Normalized coding style. 2012-02-08 16:56:54 +00:00
oserror.s Normalized coding style. 2012-02-09 10:54:40 +00:00
panic.s Normalized coding style. 2012-02-08 16:56:54 +00:00
randomize.s Normalized coding style. 2012-02-08 16:56:54 +00:00
setoserror.s Normalized coding style. 2012-02-08 16:56:54 +00:00
systime.c Normalized coding style. 2012-02-08 16:56:54 +00:00
sysuname.s Normalized coding style. 2012-02-09 10:54:40 +00:00