Search found 1 match
- Wed May 24, 2023 12:42 am
- Forum: Duplicates
- Topic: Bitshifting operations ignores two's compliment *only* for shifting negative numbers right
- Replies: 1
- Views: 581
Bitshifting operations ignores two's compliment *only* for shifting negative numbers right
Title. Bitshift operations follow two's compliment for every single operation... except for attempting to shift a negative number right. I've had to work around this in my computer using extra combinators & an extra tick of circuit network delay, but I'd prefer to not have to do either in the first ...