diff options
author | hoek <hoek@FreeBSD.org> | 2000-05-10 02:32:04 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-05-10 02:32:04 +0800 |
commit | b911116270ecf0d4dd897a5fdbbb0db8cfda46ff (patch) | |
tree | 21f75fb1dfcac04f1297bc9a3434bbc3be71b72d /devel/cc65/pkg-descr | |
parent | 3cb854710c851428f51490ec0f16be010cd8467c (diff) | |
download | freebsd-ports-gnome-b911116270ecf0d4dd897a5fdbbb0db8cfda46ff.tar.gz freebsd-ports-gnome-b911116270ecf0d4dd897a5fdbbb0db8cfda46ff.tar.zst freebsd-ports-gnome-b911116270ecf0d4dd897a5fdbbb0db8cfda46ff.zip |
Add cc65, a C cross-compiler for 6502-based systems (C64, Apple ][, etc).
Includes a 65816 assembler and linker.
Diffstat (limited to 'devel/cc65/pkg-descr')
-rw-r--r-- | devel/cc65/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/cc65/pkg-descr b/devel/cc65/pkg-descr new file mode 100644 index 000000000000..119726d8d0d1 --- /dev/null +++ b/devel/cc65/pkg-descr @@ -0,0 +1,19 @@ +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, +split output, among other features. The compiler supports a large +subset of ISO C (as per the ISO 9899 specification). + +It is easy to write code for standalone 6502 boards (target none). In +addition, particular support for the following targets is included: + + - C64 + - C128 + - C16, C116, Plus/4 + - CBM 600/700 family (programs run in bank 1) + - Newer PET machines (not 2001) + - The Apple ][ + +The assembler and linker also support 65816 as a target. + +WWW: http://www.von-bassewitz.de/uz/cc65/ |