Y
Hacker News
new
|
ask
|
show
|
jobs
by
hobbyist
3902 days ago
There are no cmp, branch instructions. How is this turing complete?
3 comments
pdq
3902 days ago
This is a partial ALU and Register File. It is not a CPU.
link
Alupis
3902 days ago
> There are no cmp, branch instructions. How is this turing complete?
I see no claim for it to be?
link
Rebellos
3902 days ago
CPU by common sense should be Turing complete.
link
wyldfire
3902 days ago
All you need is logical AND, logical OR, and logical NOT. I suppose they could compose them from the operations there.
link