Y
Hacker News
new
|
ask
|
show
|
jobs
by
tsmith
4085 days ago
I always thought MADD (Multiply + Add) made a great candidate for a single instruction set computer, if the program counter was usable as an operand to the instruction.
1 comments
guava
4085 days ago
You will want a way of decreasing registers, hence the subtract parts of the single instruction sets.
link
TheLoneWolfling
4085 days ago
If you've got fixed length registers you can subtract via addition or multiplication.
link