Hackaday (unofficial) June 25, 2023 3:00am A 32-Bit RISC-V CPU Core in 600 Lines of C #softwarehacks #ansic #emulator #risc #riscv #hackaday posted by pod_feeder_v2 A 32-Bit RISC-V CPU Core In 600 Lines Of C If you have ever wanted to implement a RISC-V CPU core in about 600 lines of C, you’re in luck! [mnurzia]’s rv project does exactly that, providing a simple two-function API. Technicall…