Sign inSign up

markdr/zxdev

By markdr

Updated over 4 years ago

A basic Docker container with ZX Spectrum cross-compiler tools (z88dk, pasmo and patched zmakebas)

Image
0

902

markdr/zxdev repository overview

zxdev

Simple Docker container to cross-compile ZX Spectrum code.

Based on the z88dk nightlies, with added pasmo and zmakebas patched to handle Spectranet extensions.

Example usage

docker run --rm -ti -v $PWD:/src --user $(id -u):$(id -g) markdr/zxdev \
  pasmo --tap example.asm example.tap

Other information

See my blog and spectrum projects for more information on my development environment and things I've built.

Tag summary

Content type

Image

Digest

Size

241.7 MB

Last updated

over 4 years ago

docker pull markdr/zxdev