Next Previous Contents

cc65 Library Overview

Ullrich von Bassewitz, uz@cc65.org

2000-12-02, 2002-11-26
An overview over the runtime and C libraries that come with the cc65 compiler, including a discussion of the differences to the ISO standard.

1. Overview

2. ISO C compatible library

3. CPU specific stuff - 6502.h

4. Target specific stuff

5. Direct console I/O - conio.h

6. Using the joystick - joystick.h

7. Using a mouse - mouse.h

8. Bugs/Feedback

9. Copyright


Next Previous Contents