Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.