Vintage Computing Carinthia build environment with cc65, xa65, 64tass, LAMAlib, libT7D, etc.
3.2K
The Vintage Computing Carinthia repository containing the necessary tools to build VCC's C64 programs, demos, etc.
All the tools can be used interactively as with other Docker images, some examples are:
xa assemblerdocker run --rm -v $PWD:/host -w /host vintagecomputingcarinthia/cc65forvcc xa <file>.asm
This will mount the current directory in the container at /host, change into this directory and call the assembler. It is possible to use -u <user>:<group> to set the user and group the files created will have.
Content type
Image
Digest
sha256:273bc747d…
Size
280.5 MB
Last updated
7 days ago
docker pull vintagecomputingcarinthia/c64build