diff options
author | hoek <hoek@FreeBSD.org> | 2003-05-23 05:32:42 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2003-05-23 05:32:42 +0800 |
commit | 989f40e165e4dd25eda1628c6210d13f62ebceba (patch) | |
tree | e8fcd971646da7462638feafb92a5f2d66811df5 /devel/cc65/pkg-descr | |
parent | 6c9837ed43db84176e154b9049d9517e53d1c32e (diff) | |
download | freebsd-ports-gnome-989f40e165e4dd25eda1628c6210d13f62ebceba.tar.gz freebsd-ports-gnome-989f40e165e4dd25eda1628c6210d13f62ebceba.tar.zst freebsd-ports-gnome-989f40e165e4dd25eda1628c6210d13f62ebceba.zip |
Update from 2.8.0 to 2.9.1. New features include a TGI, a small
graphics library, beta support for the Oric Atmos, and more.
Change MAINTAINER to Joachim Strömbergson <watchman@ludd.luth.se>.
Diffstat (limited to 'devel/cc65/pkg-descr')
-rw-r--r-- | devel/cc65/pkg-descr | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/cc65/pkg-descr b/devel/cc65/pkg-descr index eeabf2c3ffe4..3e856eec4bba 100644 --- a/devel/cc65/pkg-descr +++ b/devel/cc65/pkg-descr @@ -1,9 +1,10 @@ -CC65 is a C cross-compiler for 6502 systems. CC65 includes a -powerful macro assembler, a debugger, an archiver, and a highly -configurable linker. The linker supports overlays, ROMable code, +CC65 is a C cross-compiler for 6502 and 65C02 systems. CC65 includes +a powerful macro assembler, a debugger, an archiver, and a highly +configurable linker. The linker supports overlays, ROMable code, and split output, among other features. The compiler supports a large subset of ISO C (as per the ISO 9899 specification) and can compile -the uIP TCP stack. +the uIP TCP stack. A 6502 simulator is available in the distribution +but is not currently installed by the FreeBSD port/package. It is easy to write code for standalone 6502 boards (target none). In addition, particular support for the following targets is included: @@ -11,10 +12,12 @@ addition, particular support for the following targets is included: - C64 and C128 - the GEOS operating system for the C64 and C128 - Commodore C16, C116, Plus/4 + - Commodore VIC20 - CBM 600/700 family (programs run in bank 1) - Newer PET machines (not 2001) - The Apple ][ - Atari 8bit machines + - The Oric Atmos (beta) The assembler and linker also support 65816 as a target. |