20010101
Example 2 To input and execute 1238 × ABC16, when the default number system is
decimal or hexadecimal
u3(SET UP)2(Dec)i
A1(d~o)e(o)bcd*
1(d~o)c(h)ABC*
1
w
3(DISP)c(Hex)w
kk
kk
k Negative Values and Bitwise Operations
Press 2(LOGIC) to display a menu of negation and bitwise operators.
•{Neg} ... {negation}*
2
•{Not}/{and}/{or}/{xor}/{xnor} ... {NOT}*
3
/{AND}/{OR}/{XOR}/{XNOR}*
4
u Negative Values
Example To determine the negative of 1100102
u3(SET UP)4(Bin)i
A2(LOGIC)b(Neg)
bbaabaw
uBitwise Operations
Example 1 To input and execute “12016 and AD16”
u3(SET UP)3(Hex)i
Abca2(LOGIC)
d(and)AD*
1
w
2-7-4
Binary, Octal, Decimal, and Hexadecimal Calculations with Integers
*
1
See page 2-7-1.
*
2
two’s complement
*
3
one’s complement (bitwise complement)
20011101
*
4
bitwise AND, bitwise OR, bitwise XOR,
bitwise XNOR