Open freesig opened 3 months ago
@mohammadfawaz I think this is all the missing arithmetic and logic ops. Can you think of any others?
This is good! Let's start with this and we'll add more as we see more applications. I suspect logarithms will come in handy at some point.
Note to self, make room at end of arithmetic byte for more ops
@mohammadfawaz I was thinking maybe we want a bitwise AND for words? The left and right shift only seem useful if you can combine two words into one after shifting things around.
@mohammadfawaz I was thinking maybe we want a bitwise AND for words?
Yeah those are standard I suppose.. wouldn't hurt to have them. They could be useful for various optimizations as well.
Pred
ALU