uNegative Values

Example

To determine the negative of 1100102

!m(SET UP)

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

A2(LOGIC)1(Neg)

bbaabaw

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.

uBitwise Operations

Example

To input and execute “12016 and AD16

!m(SET UP)

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

Abca2(LOGIC)

3(and)ADw

kNumber System Transformation

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

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

uTo convert a displayed value from one number system to another

Example

To convert 2210 (default number system) to its binary or octal value

A!m(SET UP)

Move the highlighting to “Mode”, and then press 2(Dec)J.

1(d~o)1(d)ccw

J3(DISPLAY)3('Bin)w

4('Oct)w

2-40