Introduction
============

This example shows how to use SDCC to automatically create a linker 
file and invoke link-z80 to build the final executable.

Kevin Thacker, August 2004

Files
=====

makefile
--------

Builds the test program.

main.c
------

The code for the program written in the C language.

addhead
-------

Executable file to add an AMSDOS header to the program.

cpcxfs
------

Executable file to manage CPCEMU style disk images (for use with an 
Amstrad emulator)

crt0.s
------

A startup file for creating a CPC binary executable located at &100.

makebin
-------

Executable file to convert .ihx files to binary files.

