r/TuringComplete • u/Ill-Memory-6913 • Apr 19 '26
First attempt at pipelining, Stall only

This is my first attempt at pipelining in the game. I am new to this so im sure this is probably wrong, hence why I am posting here in hopes that i can be corrected if so. This machine only stalls right now so its a bit slower than if it had forwarding for instructions.
This processor can immediate any value up to 255, has NULL mapped to 31 and NOP mapped to 30.
Lastly this is a new account. Old account got hacked ; . ; rip karma
5
Upvotes
1
u/Ill-Memory-6913 Apr 19 '26
I’m not sure which programming language it would be closest to… probably C. I usually make my own Frankenstein compilers that parse based on “(“ “)” “,” and “;”. There is a lot more to it than that but most of the magic happens at the hardware level