KO
|
EN
gitlite — search
Search
#hacktoberfest
#nodejs
#react
#python3
#deep-learning
#machine-learning
#pytorch
#discord
#typescript
#javascript
#php
#tensorflow
d80
★ 19
Open GitHub ↗
Intel 8080/Zilog Z80 disassembler written in D.
Download README (.md)
Explore Similar Repositories
cp-mega88
:
CP/M running on AVR ATmega88 with i8080 emulation
intel-8080
:
The Intel 8080 ("eighty-eighty") is the second 8-bit microprocessor designed and manufactured by Intel.
8080Emu
:
i8080 state/cycle accurate emulator which tries to mimick a possible hardware implementation
toyz80
:
Emulate Z80/i8080 CPU.
cpm-fm
:
CP/M Visual File Manager. Working even on i8080/i8085. Made with BDS C
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
d80
?
Download (.md)
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.