{"id":17173333,"url":"https://github.com/rprouse/asm-dev-docker","last_synced_at":"2026-01-28T18:34:11.767Z","repository":{"id":41955873,"uuid":"386966377","full_name":"rprouse/asm-dev-docker","owner":"rprouse","description":"Tools for programming against various 8-Bit computers","archived":false,"fork":false,"pushed_at":"2024-10-24T10:27:21.000Z","size":72,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T07:41:11.595Z","etag":null,"topics":["6502","8-bit","8bit","assembly","hacktoberfest","z80"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rprouse.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-17T14:56:26.000Z","updated_at":"2024-06-13T13:41:26.000Z","dependencies_parsed_at":"2024-04-29T00:31:04.036Z","dependency_job_id":"ae324535-aae7-4469-88a2-16873d9cfe56","html_url":"https://github.com/rprouse/asm-dev-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rprouse/asm-dev-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rprouse%2Fasm-dev-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rprouse%2Fasm-dev-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rprouse%2Fasm-dev-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rprouse%2Fasm-dev-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rprouse","download_url":"https://codeload.github.com/rprouse/asm-dev-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rprouse%2Fasm-dev-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28849160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["6502","8-bit","8bit","assembly","hacktoberfest","z80"],"created_at":"2024-10-14T23:50:50.898Z","updated_at":"2026-01-28T18:34:11.735Z","avatar_url":"https://github.com/rprouse.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 8-Bit CPU development tools docker container\n\n[![asm-dev](https://github.com/rprouse/asm-dev-docker/actions/workflows/main.yml/badge.svg)](https://github.com/rprouse/asm-dev-docker/actions/workflows/main.yml)\n\nCompilers and assemblers for 8-bit computer programming. This is intended to be\nused as a [dev container](https://code.visualstudio.com/docs/remote/containers)\nin Visual Studio Code. Contains the following,\n\n| Program | Version | Description |\n| --- | --- | --- |\n| [cc65](https://cc65.github.io/) | 2.19 | Cross compiler and assembler for 6502 based computers |\n| [SjASMPlus](https://z00m128.github.io/sjasmplus/documentation.html) | 1.20.1 | Z80 assembly cross compiler |\n| [RASM](https://github.com/EdouardBERGE/rasm) | 1.8 | Another Z80 assembler |\n| [SPASM-ng](https://github.com/alberthdev/spasm-ng) | 0.5-beta3 | Another Z80 assembler that supports the eZ80. This is a [fork of the version that supports the Agon](https://github.com/tomm/spasm-ng) align directive |\n| [agon-ez80asm](https://github.com/envenomator/agon-ez80asm) | 0.96 | ez80 assembler, running natively on the Agon platform or Linux |\n| [NASM](https://www.nasm.us/index.php) | 2.16.01 | Assembler for the x86 CPU family, in this case 8080 and 8088 |\n| [z88dk](https://z88dk.org/) | nightly | z88dk is the only C and assembler development kit that comes ready out-of-the-box to create programs for over 100 z80-family machines. |\n| [Minipro](https://gitlab.com/DavidGriffith/minipro) | 0.5 | CLI for the MiniPRO TL866xx series of chip programmers |\n| [Emulator Kit](https://github.com/EtchedPixels/EmulatorKit) | latest | This is a kit of emulators primarily focussed on the RC2014 environment and some of the Retrobrew (formerly N8VEM) systems |\n| [Z80Emu](https://github.com/rprouse/Z80Emu) | latest | A Z80 emulator/monitor program written in C# |\n\n## Usage\n\n```sh\ndocker run --rm -v ${PWD}:/src -w /src -it rprouse/asm-dev\n```\n\n## Build\n\n```sh\ndocker build -t rprouse/asm-dev .\n```\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frprouse%2Fasm-dev-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frprouse%2Fasm-dev-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frprouse%2Fasm-dev-docker/lists"}