{"id":15060507,"url":"https://github.com/bynect/intel-8080-kit","last_synced_at":"2025-10-04T19:31:26.207Z","repository":{"id":62440970,"uuid":"347888926","full_name":"bynect/intel-8080-kit","owner":"bynect","description":"An Intel 8080 library crate written in Rust that provides an assembler, a disassembler and an emulator with example executables","archived":true,"fork":false,"pushed_at":"2021-03-28T21:47:51.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-25T22:59:16.916Z","etag":null,"topics":["8080","asm","assembler","assembly","assembly-language","cli","disassembler","emulator","executable","intel8080","python3","rust","rust-bin","rust-crate","rust-library"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/intel-8080-kit","language":"Rust","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/bynect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-15T08:21:55.000Z","updated_at":"2023-01-31T04:51:07.000Z","dependencies_parsed_at":"2022-11-01T22:16:05.815Z","dependency_job_id":null,"html_url":"https://github.com/bynect/intel-8080-kit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynect%2Fintel-8080-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynect%2Fintel-8080-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynect%2Fintel-8080-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bynect%2Fintel-8080-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bynect","download_url":"https://codeload.github.com/bynect/intel-8080-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876758,"owners_count":16554786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["8080","asm","assembler","assembly","assembly-language","cli","disassembler","emulator","executable","intel8080","python3","rust","rust-bin","rust-crate","rust-library"],"created_at":"2024-09-24T22:59:41.871Z","updated_at":"2025-10-04T19:31:20.693Z","avatar_url":"https://github.com/bynect.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intel-8080-kit\n\n[![cratesio-badge](https://img.shields.io/crates/v/intel-8080-kit)](https://crates.io/crates/intel-8080-kit)\n\nAn Intel 8080 library crate written in Rust that provides an assembler, a disassembler and an emulator with respective executables.\n\nThe assembler currently supports only a subset of the Intel 8080 assembly language.\n\n## Assembler example\n\n```sh\n$ cargo run --bin asm8080 tests/basic.asm\nEmitted 8 bytes to out.bin from tests/basic.asm.\n```\n\n## Disassembler example\n\n```sh\n$ cargo run --bin dis8080 out.bin\nPC        OPCODE\n0000      In(0)\n0002      MviB(100)\n0004      AddB\n0005      Out(10)\n0007      Hlt\n```\n\n## Emulator example\n\n```sh\n$ cargo run --bin emu8080 out.bin\nInput byte from port 0.\nOutput byte 100 to port 10.\nExecution of out.bin took 23.8µs.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbynect%2Fintel-8080-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbynect%2Fintel-8080-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbynect%2Fintel-8080-kit/lists"}