Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/d80
Intel 8080/Zilog Z80 disassembler written in D.
https://github.com/ibara/d80
8080 8bit d disassembler disassembly dlang i80 i8080 intel unix z80 zilog
Last synced: about 2 months ago
JSON representation
Intel 8080/Zilog Z80 disassembler written in D.
- Host: GitHub
- URL: https://github.com/ibara/d80
- Owner: ibara
- License: isc
- Created: 2021-04-04T07:23:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T13:54:14.000Z (over 3 years ago)
- Last Synced: 2024-10-10T16:31:36.347Z (4 months ago)
- Topics: 8080, 8bit, d, disassembler, disassembly, dlang, i80, i8080, intel, unix, z80, zilog
- Language: D
- Homepage: https://briancallahan.net/blog/20210407.html
- Size: 24.4 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
d80
===
`d80` is an Intel 8080/Zilog Z80 disassembler.
Supports the entire i80 and Z80 instruction sets.Usage
-----
```
d80 [-c cpu] file
```
Values for `cpu` are `i80` and `z80`, defaulting to `z80` if no option given.Caveats
-------
`d80` cannot tell the difference between instructions and data bytes.
This might result in incorrect disassembly, depending on the values of those
data bytes.Bugs
----
Found a bug? Want some additional feature? Open an Issue or Pull Request.License
-------
ISC License. See `LICENSE` for details.