wiki/content/post/2024/orc8-1.md
Michael Hope 222b4e9e54
All checks were successful
continuous-integration/drone/push Build is passing
Add content/post/2024/orc8-1.md
2024-01-21 20:26:23 +01:00

524 B

title date
Toy 8 bit CPU 2024-01-21

I decided to step back from the full 6502 and implement a toy 8 bit processor.

I ended up implementing Soo-Ik Chae's architecture from https://ocw.snu.ac.kr/sites/default/files/NOTE/6639.pdf. Zachary Yedidia's SystemVerilog Guide was a useful guide to idiomatic SystemVerilog, and David Money Harris's MIPS implementation from CMOS VLSI Design 4th Ed. was very readable.