home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cc65v261.zip / cc65.zip / announce.txt
Text File  |  2001-03-22  |  2KB  |  66 lines

  1.  
  2. I'm proud to announce version 2.6.1 of CC65, a C crosscompiler /
  3. crossassembler combo for 6502 systems.
  4.  
  5. CC65 has C and runtime library support for many of the old 6502 machines,
  6. including
  7.  
  8.   - The Commodore C64, C128 and the C16, C116, Plus/4 machines.
  9.   - The CBM 600/700 family (programs run in bank 1).
  10.   - Newer PET machines (not 2001)
  11.   - The Apple ][ (library support by Kevin Ruland <kevin@rodin.wustl.edu>)
  12.   - The Atari 8 bit machines (thanks to the Atari team)
  13.   - GEOS for the C64 and C128 (GEOSLib by Maciej Witkowiak <ytm@elysium.pl>)
  14.  
  15. The libraries are fairly portable, so creating a version for other 6502s
  16. shouldn't be too much work.
  17.  
  18.  
  19. New in this version:
  20.  
  21.   * All bugs mentioned on the bugs web page for version 2.6 are fixed.
  22.                                
  23.   * Several changes for better source code portability.
  24.  
  25. There is still no support for the following features:
  26.  
  27.   * Floats and bit fields.
  28.  
  29.   * File routines on most systems. The 8 bit Ataris are the first
  30.     machines that do have full file I/O support (besides the ACE port
  31.     which was dropped some time ago). Please note that the complete CBM
  32.     family doesn't have file I/O support!
  33.  
  34.   * The 80 column mode on the C128 is not supported by the conio library.
  35.  
  36.  
  37. Available packages:
  38.  
  39. As usual I will provide the complete sources and several binary packages,
  40. including RPMs for RedHat Linux. Linux is the primary development platform,
  41. so the sources do compile out of the box on Linux machines.
  42.  
  43. Please note that there are now separate RPMs for the compiler proper and
  44. the target specific libraries. To develop for one of the predefined target
  45. systems you need the compiler RPM package *and* one of the target machine
  46. packages.
  47.  
  48. Binaries for DOS and and Windows will follow or may already be available at
  49. the time you read this. OS/2 packages will again be available, but since
  50. there are almost no downloads for OS/2, so the host platform may get
  51. dropped in the near future (again).
  52.  
  53.  
  54. Download:
  55.  
  56. More information information and a download link, please visit the cc65 web
  57. page at
  58.  
  59.     http://www.cc65.org/
  60.  
  61.  
  62. Thanks to all who sent feedback and suggestions and of course to anyone who
  63. helped developing cc65!
  64.  
  65.  
  66.