Hacker News new | ask | show | jobs
by hobbyist 3902 days ago
There are no cmp, branch instructions. How is this turing complete?
3 comments

This is a partial ALU and Register File. It is not a CPU.
> There are no cmp, branch instructions. How is this turing complete?

I see no claim for it to be?

CPU by common sense should be Turing complete.
All you need is logical AND, logical OR, and logical NOT. I suppose they could compose them from the operations there.