Re: Useful Utility for "Bit Twiddlers"
Other Software
Useful Utility for "Bit Twiddlers"
gmitchell
05-13-2004, 4:18 AM
The PACControl development environment allows variable display to be switched between Binary Integer, Hex Integer and Hex String. This is especially important when dealing with Scratchpad Memory Addresses and Logical Bit Operators on 32 and 64 Bit values.
When preparing bitmasks etc, "Mr Gates's Calculator" does not help in the convertion due to its interpretation of the MostSignificantBit. Base Converter is a simple freeware application available from
http://www.bttsoftware.co.uk
which converts numbers between three different bases - Hexadecimal, Decimal and Binary.
Just type the value into the appropriate field, and the corresponding values will be displayed in the other supported bases, for copypasting into the PACControl /OptoControl instruction.
Re: Useful Utility for "Bit Twiddlers"
gmitchell
04-01-2008, 2:01 AM
This post was originally posted nearly four years ago. Its still as useful today!