]> git.sur5r.net Git - cc65/blob - samples/README
Added tgidemo
[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:           hello
23 Description:    A nice "Hello world" type program that uses the conio
24                 console I/O library for output.
25 Platforms:      Runs on all platforms that support conio, which means:
26                 Apple ][, Atari, C64, C128, CBM510, CBM610, PET, Plus/4
27
28 -----------------------------------------------------------------------------
29 Name:           mousedemo
30 Description:    Shows how to use the mouse.
31 Platforms:      All systems with mouse and conio support:
32                 Atari (untested), C64, C128 and CBM510
33
34 -----------------------------------------------------------------------------
35 Name:           nachtm
36 Description:    Plays "Eine kleine Nachtmusik" by Wolfgang Amadeus Mozart
37 Platforms:      All systems that have the Commodore SID (Sound Interface
38                 Device):
39                 C64, C128, CBM510, CBM610
40
41 -----------------------------------------------------------------------------
42 Name:           plasma
43 Description:    A fancy graphics demo written by groepaz/hitmen.
44 Platforms:      The program needs a VIC but has not been ported to / tested
45                 on the C128, so it does currently run on the CBM510 and C64.
46
47 -----------------------------------------------------------------------------
48 Name:           sieve
49 Description:    Implements the "Sieve of Eratosthenes" as a way to find all
50                 prime numbers in a specific number interval. Often used as
51                 a benchmark program.
52 Platforms:      All systems with conio and clock support:
53                 Atari, C64, C128, CBM510, CBM610, PET, Plus/4
54 -----------------------------------------------------------------------------
55 Name:           tgidemo
56 Description:    Shows some of the graphics capabilities of the "tiny graphics
57                 interface".
58 Platforms:      Runs on all platforms that have TGI support:
59                 C64
60