README.md aktualisiert

This commit is contained in:
Turingon 2024-01-09 13:44:53 +00:00
parent 755a49588b
commit eac7c49e27

View file

@ -9,9 +9,9 @@ As someone who uses emulators like Dolphin, Citra, RPCS3, Cemu and Yuzu all the
I finally understand how CISC processors work, I've played Turing Complete and built 2 RISC processors in the game and also one in my computer architecture class, but I've never really imagined how CISC-commands look like. It's a different philosophy, though to be honest I still prefer the RISC-architecture even if the machine code turns out to be longer, because beauty is in simplicity and elegance.
## Current state
[x] Disassembler
[x] Understanding the i8080 machine code
[x] Emulating the i8080
[] I/O-functionality
[] Graphical display
[] Done :D
- [x] Disassembler
- [x] Understanding the i8080 machine code
- [x] Emulating the i8080
- [] I/O-functionality
- [] Graphical display
- [] Done :D