Binary Variable Toggle
Add a toggle to variable gadget to make it operate in binary mode. Then there could be a slider with a number 0..31 so you can store 32 bits in one variable.
-
YUS AGREE! Also be nice to add to the calculator to do bit shifting operations.
Also maybe add to the combiner gadget "bit flags". It could present page(s) of tweaks:
- Option A (1)
- Option B (2)
- Option C (4)
- Option D (8)
- Option E (16)
- Option F (32)
- ...
It would then combine the bit flags into a single integer output. This would be a nice clean way for people to use binary operations without really having to understand how they work!
Please sign in to leave a comment.