1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-01 03:30:20 +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
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
extzp.s
firstinit.s
getrandom.s
mainargs.s Minor style adjustment. 2012-02-22 22:59:38 +00:00
mainloop.s
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
oserror.s
panic.s
randomize.s
setoserror.s
systime.c
sysuname.s