kesto.de Cheatsheets

z88dk

Compile C source for KC 85/4 etc. in Docker container

docker run -v ${PWD}:/src/ -it z88dk/z88dk zcc +kc -create-app src/example.c -o example

Will create EXAMPLE.KCC that should be runnable using emulators.