Z80 devcontainer with vasm, sjasmplus
256
| vasm version | latest |
| sjasm version | v1.21.0 |
| cc65 version | latest - built from source |
Custom .devcontainer that includes:
vasm
- includes vasm6502_oldstyle if CPU_TYPE=6502 - used by Ben Eater in https://www.youtube.com/watch?v=v3-a-zqKfgA
- includes vasmz80_oldstyle if CPU_TYPE=z80
- includes vobjdump
bsdmainutils package)run on emulator:
Registry: DockerHub
Source code: GitHub (private)
name: z80-asm-devcontainer
services:
devcontainer:
image: google85/devcontainer-asm-z80-vasm-sjasmplus:latest
hostname: devcontainer
working_dir: /usr/src/app
environment:
- TZ=Europe/Bucharest
volumes:
- ..:/usr/src/app
extra_hosts:
- "host.docker.internal:host-gateway"
tty: true
name: z80-asm-devcontainer
services:
devcontainer:
image: z80-asm-dev
build: .
hostname: devcontainer
working_dir: /usr/src/app
environment:
- TZ=Europe/Bucharest
volumes:
- ..:/usr/src/app
extra_hosts:
- "host.docker.internal:host-gateway"
tty: true
FROM google85/devcontainer-asm-z80-vasm-sjasmplus:latest
ENTRYPOINT [ "/bin/bash" ]
vasmz80_oldstyle ...
hexdump -C ./build/main.out
Content type
Image
Digest
sha256:638808890…
Size
83.9 MB
Last updated
about 1 month ago
docker pull google85/devcontainer-asm-z80-vasm-sjasmplus