Sign inSign up

vintagecomputingcarinthia/c64build

By vintagecomputingcarinthia

•Updated 7 days ago

Vintage Computing Carinthia build environment with cc65, xa65, 64tass, LAMAlib, libT7D, etc.

Image
0

3.2K

vintagecomputingcarinthia/c64build repository overview

⁠Introduction

The Vintage Computing Carinthia repository containing the necessary tools to build VCC's C64 programs, demos, etc.

⁠Tools installed

⁠Assemblers / Compilers

  • cc65
  • xa65
  • crasm
  • acme
  • 64tass
  • dreamass

⁠C64 Tools

  • cc1541
  • bitfire
  • c64gfxConverter

⁠Build tools

  • make
  • git

⁠Crunchers

  • XipZ
  • pucrunch
  • tscrunch
  • exomizer
  • b2
  • dali
  • salvador
  • lzsa
  • nucrunch
  • subsizer
  • wcrush

⁠Loader

  • Krill
  • Dreamload

⁠Usage

All the tools can be used interactively as with other Docker images, some examples are:

⁠Compile a single file using the xa assembler

docker 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.

Tag summary

Content type

Image

Digest

sha256:273bc747d…

Size

280.5 MB

Last updated

7 days ago

docker pull vintagecomputingcarinthia/c64build