1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc f3cc7a4a32 Minor change.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5697 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-10 12:20:50 +00:00
asminc Moved most of the file type detection from cbm_dir.c into a new function 2012-06-02 22:56:14 +00:00
doc Document changed behaviour of the output processors for sp65. 2012-06-04 22:09:03 +00:00
include Allow a third, optional filename argument for cbm_opendir. 2012-06-04 18:32:38 +00:00
libsrc 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
make
packages Added sp65. 2012-03-10 23:14:36 +00:00
samples Minor change. 2012-06-10 12:20:50 +00:00
src 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
targetutil
testcode Added the test program for the POSIX directory routines. 2012-06-06 18:31:58 +00:00
util