My own CPU named "N-16" executing Fibonacci sequence (23 Numbers and one overflowed number)
Your video quality is fine, it just takes a while for the higher quality part to finish processing.
For the XOR chip, you can actually make one using only 4 NAND chips: the first NAND is connected to both inputs, the second is connected to Input A and the output of the first NAND, the third is connected to Input B and the output of the first NAND, and the outputs of the second and third NAND chips go into the inputs of the final NAND, and the output of that is the final output.
I made a very traditional CPU with the worst wiring mankind has ever seen.
CU has 16 hard wired opcodes: No-Op, load, store, add, subtract, and, or, jump, jump if zero, jump if carry, load literal, output, input, halt, add literal, subtract literal. Memory is limited but with a lot more it could do a lot of cool stuff
My name is Gabriel Kirklin and I just finished building a fully synchronous 12-hour digital clock inside this simulator starting with nothing but raw NAND gates! Figuring out the layout for the BCD decoders and the Mod-12 hour reset entirely on my own was an incredible puzzle. I made a clean visual breakdown showing how all the custom modules interconnect for anyone else trying to tackle the build: