~thecatster/di0des

[WIP] An 8080 emulator written in C.
d819c249 — Daniil Rose 2 years ago
Add more instructions to disassembler
6b32ee5b — Daniil Rose 2 years ago
Remove .idea and add to gitignore
8a928d5b — Daniil Rose 2 years ago
Update CMakeLists and refactor project structure

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~thecatster/di0des
read/write
git@git.sr.ht:~thecatster/di0des

You can also use your local clone with git send-email.

#di0des

di0des (diodes) is an 8080 emulator written in C, based on the writings of emulator101.

I wanted to better understand emulation and the embedded systems that I work on, so I thought that writing an emulator would definitely help!