
Binary, Octal, Decimal, and Hexadecimal Calculations with Integers
Example 2 To display the result of “368 or 11102” as an octal value
!m(SET UP)c5(Oct)J
Adg2(LOG)
4(or)J1(d~o)3(b)
bbbaw
Example 3 To negate 2FFFED16
!m(SET UP)c3(Hex)J
A2(LOG)2(Not)
cFFFED*1w
uNumber System TransformationPress 3(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
u To 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)c2(Dec)J 1(d~o)1(d)ccw
J3(DISP)3('Bin)w
4('Oct)w
*1 See page
20050401