From 755a49588b770d1fbfafb5f9638d4511ba8f4fb3 Mon Sep 17 00:00:00 2001 From: Turingon Date: Tue, 9 Jan 2024 13:44:33 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b881a09..e78842c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,12 @@ As someone who uses emulators like Dolphin, Citra, RPCS3, Cemu and Yuzu all the ## On the Philosophy of Processors -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. \ No newline at end of file +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 \ No newline at end of file