1
0
mirror of https://github.com/danbee/8080 synced 2025-03-04 08:39:07 +00:00
An 8080 Disassembler written in Rust.
Go to file
2015-12-11 14:29:32 +01:00
src Fix some opcodes messed up by search and replace 2015-12-11 14:27:23 +01:00
.gitignore Ignore manuals 2015-12-11 14:28:22 +01:00
Cargo.lock First commit 2015-12-10 14:57:39 +01:00
Cargo.toml First commit 2015-12-10 14:57:39 +01:00
README.md Add basic readme 2015-12-11 14:29:32 +01:00

8080 Disassembler

An 8080 Disassembler written in Rust.

## Usage

cargo run < {source} |less`