Allow hexadecimal entry for constant values in combinators
Posted: Wed Jun 28, 2017 3:05 pm
Given that Combinators now support many bitwise operations, it would be very useful to be able to enter, "0xff" or "0xff00" or "0xFE800000" or such as the constant second-argument of an arithmetic or decider combinator, or as the values on a constant combinator. Currently I have to flip over to the windows calculator and convert these values to decimal, and they become opaque blobs that then need further labelling (for non-trivial powers of two, at least) for future maintainability of the circuits.