4 Function calculator added to Binary,Decimal,Hexadecimal converter.

pdablue

Active Member
Licensed User
Longtime User
Hi,

I added a 4 function calculator ( +, -, x, / ) to the Binary,
Decimal, Hexadecimal converter program.

The program has an 8-Bit toggling feature for values ( 0 - 255 ).

The program has truth tables for the logic functions:

AND, NAND, OR, NOR, XOR, XNOR, NOT

The file "Dig6pic.JPG" is a screenshot of the program.
The file "Dig6.sbp" is the Basic4ppc source code for the program.
The file "digital6zip.zip" is the zipped up ARMV4 (.CAB) installation file.
 
Last edited:
Top