Sign inSign up

google85/devcontainer-asm-z80-vasm-sjasmplus

By google85

Updated about 1 month ago

Z80 devcontainer with vasm, sjasmplus

Image
Developer tools
1

256

google85/devcontainer-asm-z80-vasm-sjasmplus repository overview

Z80 CPU: vasm - sjasmplus devcontainer

vasm versionlatest
sjasm versionv1.21.0
cc65 versionlatest - built from source

Custom .devcontainer that includes:

Compose file:
  • direct:
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

  • using custom Dockerfile based on this image:
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
  • Dockerfile:
FROM google85/devcontainer-asm-z80-vasm-sjasmplus:latest

ENTRYPOINT [ "/bin/bash" ]

Usage:
  • VsCode: Open/Reopen in container
vasmz80_oldstyle ...
hexdump -C ./build/main.out

Tag summary

Content type

Image

Digest

sha256:638808890

Size

83.9 MB

Last updated

about 1 month ago

docker pull google85/devcontainer-asm-z80-vasm-sjasmplus