Skip to content

ead0601/cc65-a8-devel

Repository files navigation

cc65-a8-devel

This is a simple makefile driven enviroment to build applications for the atari 800. There is a setup-tools.sh script that will help pull in the correct cc65 repository and required emulator. The hello-world is a simple test program within the cc65 enviroment.

Please see https://cc65.github.io/doc/intro.html for more details on atari.cfg and the build process.

Directory structure:


...[repo dir]
.......[tools dir]
.......[cc65-a8-devel]
............[hello-world]
................make clean
................make build
................make run
................make all
............[software-automated-mouth]
............[civone] . .
............[other-repos]

The goal is to have serveral projects that can be built,and possibly with a library of optimized atari 8bit libraries that can be reused.

Each program has a main.c, and will reuse the same makefile that builds all .c and .s files and links them together. The make options are:

make clean make build make run make all make vars

Ping me on discord if you have any questions, dotmatrix#5268

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages