]> git.sur5r.net Git - cc65/blob - samples/README
Update: new c16 target and fire demo
[cc65] / samples / README
1                                       
2 This directory contains sample programs for the cc65 compiler.
3
4 Below is a short description for each of the programs together with a list of
5 the supported platforms.
6
7 Please note:
8
9   * The supplied makefile needs with GNU make. It works out of the box on
10     Linux and similar systems. If you're using Windows, you will have to
11     compile the programs manually.
12
13   * The makefile specifies the C64 as the default target platform, because all
14     of the programs run on this platform. When compiling for another platform,
15     you will have to change the line that specifies the target system at the
16     top of the makefile.
17
18
19 List of supplied sample programs:
20
21 -----------------------------------------------------------------------------
22 Name:           fire
23 Description:    Another graphics demo written by groepaz/hitmen.
24 Platforms:      The program is currently only running on the C64, but should
25                 be portable to the C128 and CBM510 (and maybe more machines).
26
27 -----------------------------------------------------------------------------
28 Name:           hello
29 Description:    A nice "Hello world" type program that uses the conio
30                 console I/O library for output.
31 Platforms:      Runs on all platforms that support conio, which means:
32                 Apple ][, Atari, C16, C64, C128, CBM510, CBM610, PET, Plus/4
33
34 -----------------------------------------------------------------------------
35 Name:           mousedemo
36 Description:    Shows how to use the mouse.
37 Platforms:      All systems with mouse and conio support:
38                 Atari (untested), C64, C128 and CBM510
39
40 -----------------------------------------------------------------------------
41 Name:           nachtm
42 Description:    Plays "Eine kleine Nachtmusik" by Wolfgang Amadeus Mozart
43 Platforms:      All systems that have the Commodore SID (Sound Interface
44                 Device):
45                 C64, C128, CBM510, CBM610
46
47 -----------------------------------------------------------------------------
48 Name:           plasma
49 Description:    A fancy graphics demo written by groepaz/hitmen.
50 Platforms:      The program needs a VIC, so it runs on the following systems:
51                 C64, C128, CBM510
52
53 -----------------------------------------------------------------------------
54 Name:           sieve
55 Description:    Implements the "Sieve of Eratosthenes" as a way to find all
56                 prime numbers in a specific number interval. Often used as
57                 a benchmark program.
58 Platforms:      All systems with conio and clock support:
59                 Atari, C16, C64, C128, CBM510, CBM610, PET, Plus/4
60 -----------------------------------------------------------------------------
61 Name:           tgidemo
62 Description:    Shows some of the graphics capabilities of the "tiny graphics
63                 interface".
64 Platforms:      Runs on all platforms that have TGI support:
65                 C64
66