Bitshifting operations ignores two's compliment *only* for shifting negative numbers right
Posted: Wed May 24, 2023 12:42 am
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 place. Attached images for evidence. [D] signal should be outputting 2147483648, not -1.