diff --git a/cc65.css b/cc65.css new file mode 100644 index 000000000..fc5484155 --- /dev/null +++ b/cc65.css @@ -0,0 +1,138 @@ +body { + font-family: arial, helvetica, sans-serif; + font-size: 100%; + text-align: justify; + margin-left: 110px; + margin-top: 10px; + margin-right: 30px; + margin-bottom: 10px; + background-image: url(image/cc65-bg.png); + background-repeat: repeat-y; +} +a:active { + color: #FF0000; + text-decoration: underline; +} +a:link { + color: #0000FF; + text-decoration: underline; +} +a:visited { + color: #000080; + text-decoration: underline; +} + +/* title menu */ +div#menu { + clear: both; + width: 100%; + padding: 0px; + border-top: 1px solid #808080; + border-bottom: 1px solid #808080; +} +div#innermenu { + display: table; + margin-left: auto; + margin-right: auto; + padding: 0px; +} +div#menu ul { + margin: 0px; + padding: 4px; + list-style-type: none; + white-space: nowrap; +} +div#menu li { + display: inline; +} +div#menu a { + margin: 0px 3px 0px 3px; + padding: 1px 1em 1px 1em; + border: 1px solid #303030; + text-decoration: none; + width: 160px; +} +div#menu a:link, div#menu a:visited, div#menu a:active { + background-color: #909090; + color: #000000; +} +div#menu a:hover { + color: #DB3232; + background-color: #FFFFFF; +} +li#here a:link, li#here a:visited, li#here a:active { + background-color: #909090; + color: #DB3232; +} +li#here a:hover { + background-color: #909090; + color: #DB3232; +} + +h1, h2 { + font-weight: bold; + font-style: italic; + text-align: left; + color: #DB3232; +} + +h1 { + font-size: 250%; + text-shadow: 2px 2px 6px #505050; + letter-spacing: 2px; + padding-top: 40px; +} + +h2 { + font-size: 160%; + text-shadow: 2px 2px 6px #303030; + letter-spacing: 1px; + margin-top: 2em; + margin-bottom: 1em; +} + +p { + clear: both; +} + +pre { + font-family: monospace; +} + +a img { + border: 0px; +} + +ul.bullet { + margin-left: 2%; + list-style-image: url(image/dot.png); +} + +ul.down { + margin-left: 2%; + list-style-image: url(image/downtria.png); +} + +ul.right { + margin-left: 2%; + list-style-image: url(image/triangle.png); +} + +ul ul { + list-style-image: none; +} + +/* box made like a banner */ +div.banner { + border: 2px solid #808080; + width: 80%; + clear: both; + padding-left: 2em; + padding-right: 2em; + padding-top: 1em; + padding-bottom: 1em; + margin-left: auto; + margin-right: auto; + margin-top: 1em; + margin-bottom: 1em; +} diff --git a/getting-started.html b/getting-started.html new file mode 100644 index 000000000..8d7bbbf89 --- /dev/null +++ b/getting-started.html @@ -0,0 +1,78 @@ + + + + cc65 - Getting Started + + + + + +

Getting Started

+ +

Content

+ +

GNU/Linux

+

You have two options... +

+ +

+

Microsoft Windows

+

Download the + + current cc65 snapshot and unzip it to a path of your choice that + doesn't contain spaces (let's presume 'c:\cc65' here). Now cc65 + is fully functional without further steps. +

+

If you want to be able to run the cc65 binaries without providing their + path you may additionally add 'c:\cc65\bin' to your 'Path' environment + variable. +

+

Note: If you have used cc65 before then you need to make sure + to remove all environment variables related to cc65 (like CC65_HOME). +

+ + diff --git a/image/cc65-100.xcf b/image/cc65-100.xcf new file mode 100644 index 000000000..34411af38 Binary files /dev/null and b/image/cc65-100.xcf differ diff --git a/image/cc65-150.xcf b/image/cc65-150.xcf new file mode 100644 index 000000000..caa6f3024 Binary files /dev/null and b/image/cc65-150.xcf differ diff --git a/image/cc65-300.xcf b/image/cc65-300.xcf new file mode 100644 index 000000000..0d894249c Binary files /dev/null and b/image/cc65-300.xcf differ diff --git a/image/cc65-bg.png b/image/cc65-bg.png new file mode 100644 index 000000000..91af80d31 Binary files /dev/null and b/image/cc65-bg.png differ diff --git a/image/cc65-bg.xcf b/image/cc65-bg.xcf new file mode 100644 index 000000000..fbdb1f71b Binary files /dev/null and b/image/cc65-bg.xcf differ diff --git a/image/cc65.png b/image/cc65.png new file mode 100644 index 000000000..30bd45c52 Binary files /dev/null and b/image/cc65.png differ diff --git a/image/dot.png b/image/dot.png new file mode 100644 index 000000000..a33529e04 Binary files /dev/null and b/image/dot.png differ diff --git a/image/dot.xcf b/image/dot.xcf new file mode 100644 index 000000000..c29c3d7f1 Binary files /dev/null and b/image/dot.xcf differ diff --git a/image/downtria.png b/image/downtria.png new file mode 100644 index 000000000..9560b99cc Binary files /dev/null and b/image/downtria.png differ diff --git a/image/downtria.xcf b/image/downtria.xcf new file mode 100644 index 000000000..8a972ab93 Binary files /dev/null and b/image/downtria.xcf differ diff --git a/image/favicon.ico b/image/favicon.ico new file mode 100644 index 000000000..401f774e8 Binary files /dev/null and b/image/favicon.ico differ diff --git a/image/favicon.xcf b/image/favicon.xcf new file mode 100644 index 000000000..a5f898499 Binary files /dev/null and b/image/favicon.xcf differ diff --git a/image/triangle.png b/image/triangle.png new file mode 100644 index 000000000..e87c9df54 Binary files /dev/null and b/image/triangle.png differ diff --git a/image/triangle.xcf b/image/triangle.xcf new file mode 100644 index 000000000..24379e078 Binary files /dev/null and b/image/triangle.xcf differ diff --git a/index.html b/index.html new file mode 100644 index 000000000..4a19794ca --- /dev/null +++ b/index.html @@ -0,0 +1,110 @@ + + + + cc65 - a freeware C compiler for 6502 based systems + + + + + +

Main Page

+ +

Content

+ +

Overview

+

cc65 is a complete cross development package for 65(C)02 systems, including + a powerful macro assembler, a C compiler, linker, librarian and several + other tools. +

+

cc65 has C and runtime library support for many of the old 6502 machines, + including +

+

The libraries are fairly portable, so creating a version for other 6502s + shouldn't be too much work. +

+

Links

+ +
+
+

If you want to contribute please get in touch with me. +

+ + diff --git a/mailing-lists.html b/mailing-lists.html new file mode 100644 index 000000000..3ce57afe2 --- /dev/null +++ b/mailing-lists.html @@ -0,0 +1,84 @@ + + + + cc65 - Mailing Lists + + + + + +

Mailing Lists

+ +

Content

+ +

cc65 Development

+

This mailing list makes up the primary communication media of the cc65 + community. Make sure to subscribe to it if you want to be part of cc65. +

+

+

cc65 Git Commits

+

This mailing list receives a message for every push to the + GitHub cc65 source code repository. + Subcribe to it if you want to be informed of every change made to the source code. +

+

cc65@musoftware.de

+

This mailing list was formerly the main communication media of the cc65 + community. The threads there still hold a wealth of information on cc65. +

+

+ +