STo input values of mixed number systems

Example

To input 12310, when the default number system is hexadecimal

K(SET UP)

Move the highlighting to “Mode”, and then press (Hex)).

(d~o)(d)@ABU

INegative Values and Bitwise Operations

Press (LOG) to display a menu of negation and bitwise operators.

{Neg} ... {negation}*1

{Not}/{and}/{or}/{xor}/{xnor} ... {NOT}*2/{AND}/{OR}/{XOR}/{XNOR}*3

*1 two’s complement

*2 one’s complement (bitwise complement)

*3 bitwise AND, bitwise OR, bitwise XOR, bitwise XNOR

SNegative Values

Example

To determine the negative of 1100102

K(SET UP)

Move the highlighting to “Mode”, and then press (Bin)).

(LOG)(Neg)

@@??@?U

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.

SBitwise Operations

Example

To input and execute “12016 and AD16

K(SET UP)

Move the highlighting to “Mode”, and then press (Hex)).

@A?(LOG)

(and) #U

INumber System Transformation

Press (DISP) to display a menu of number system transformation functions.

{Dec}/{Hex}/{Bin}/{Oct} ... transformation of displayed value to its {decimal}/ {hexadecimal}/{binary}/{octal} equivalent

2-35