A Example Calculation Using Base-nSpecificationExample: To perform the calculation 510 + 516, and display the result in binaryoi(BIN) z1(BASE-N)1(d)5+z1(BASE-N)2(h)5E

k Performing Calculations Using Logical Operations and

Negative Binary Values

Your calculator can perform 32-digit (32-bit) binary logical operations and negative value calculations. All of the examples shown below are performed with binary (i(BIN)) set as the default number base.

Note

Negative binary, octal, and hexadecimal values are produced by taking the binary two’s complement and then returning the result to the original number base. With the decimal number base, negative values are displayed with a minus sign.

A Logical Product (and)Returns the result of a bitwise product.Example: 10102 and 11002 = 100021010z1(BASE-N) c3(and)1100EA Logical Sum (or)Returns the result of a bitwise sum.Example: 10112 or 110102 = 1101121011z1(BASE-N) c4(or)11010EA Exclusive Logical Sum (xor)Returns the result of a bitwise exclusive logical sum.Example: 10102 xor 11002 = 11021010z1(BASE-N) c5(xor)1100EA Exclusive Logical Sum Negation (xnor)Returns the result of the negation of a bitwise exclusive logical sum.

E-89