intel-8080-kit 0.1.1

An Intel 8080 library crate written in Rust that provides an assembler, a disassembler and an emulator with example executables.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["bynect <68197565+bynect@users.noreply.github.com>"]
categories = ["compilers", "emulators", "development-tools"]
description = """
An Intel 8080 library crate written in Rust that provides an assembler, a disassembler and an emulator with example executables.
"""
edition = "2018"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["intel8080", "asm", "assembler", "disassebler", "8080"]
license = "MIT"
name = "intel-8080-kit"
readme = "README.md"
repository = "https://github.com/bynect/intel-8080-kit"
version = "0.1.1"