Page 1 of 1

Allow hexadecimal entry for constant values in combinators

Posted: Wed Jun 28, 2017 3:05 pm
by justarandomgeek
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.

Re: Allow hexadecimal entry for constant values in combinators

Posted: Fri Jul 21, 2017 7:26 am
by Roxor128
Yes, please! This would be hugely useful when trying to implement more computer-like systems. Decimal is great for many things, but computing isn't one of them.

Re: Allow hexadecimal entry for constant values in combinators

Posted: Sat Jul 29, 2017 6:50 pm
by Tekky
I agree that it would be nice to be able to toggle between decimal and hexadecimal entry of numbers. But it should also be possible to toggle the display.