A-code source
Logically, an A-code source is a single file, usually with the .acd
suffix. The suffix is optional; if present, it can be omitted when
nominating to acdc the A-code file to be processed.
In practice, A-code source can be split into a number of files, which
are incorporated in the "main" one by means of the A-code
include major directive. Again, such include files are
conventionally suffixed with .acd, which suffix may be omitted in
include statements.
Adding kernel source files
The A-code kernel consists of source files adv00.c, adv01.h and
adv0.h. All three can be found in the above linked A-code tarball.
Copy them alongside the C sources created by acdc, and
you will have the complete C source required to build an executable.
NB: The kernel sources as supplied are equivalent to, but not compatible
with the "uglified" sources which I distribute as A-code game
C sources. Do not mix them!