In the program example, the values
of
a and n
are entered and the value of a is converted to
the required form, and then they are all
stored to the memories.
Steps
16-
21
are the calculation routine. The
economic growth for the year is calculated
by
executing
this
routine.
Steps
24-
31
are the count routine. This rou-
tine subtracts 1 from n by executing the loop
once. When the value
of
n is 0, program exe-
cution branches out
of
the loop and the cal-
culation result is displayed.
The values in the memories are as follows:
Independent Storage Storage
Memory Memory 1 Memory 2
Initial Value
l
c__
_
_J
I 11
+a
/ 1oo I I n
After the loop is
executed once
1
x (
1-t ai1
00
), n -
1
(n-1)-1
\1
+ a/ 1
00
I 11 + a/ 1
00
I l,__n_-_1
___j
After the loop is
(1+a
/ 10
0)(1+
a/ 100),
(n
-1
) - 1
executed twice
ICHa/
100
)
2
1 11
+a
/ 100
II
n - 2
After the loop is
executed n
timee I ( 1 + a/1 00)' I
Lii:iZi9i]
[ 0
Program ends
68
Specifications
Display Range:
Exponential Type .
...
. Mantissa, 8 digits +
exponent, 2 digits +
sign, 2 digits
Floating Type
.........
Mantissa,
10
digits +
sign, 1 digit
Display Type: Floating, Scientific Exponential
(SCI), Engineering Exponential (ENG)
Calculation Range:
Decimal.
..
.. ..
......
±1
X 1 o -99 to
±9
.
999999999
X 1 0
99
Hexadecimal .
.......
7FFFFFFFFF to 0
to
8000000001
Octal
......
. .
.......
3777777777
to 0 to
4000000001
Negative Value:
Decimal.
..
True value with minus sign
Hexadecimal/Octal. . . Two's compliment
Decimal Point
Specification:
Decimal position
can be specified from
0 to 7 digits
Types
of
Calculation: Addition, subtraction,
multiplication, and division. Chain multiplica-
tion and division. Repeat addition and subtrac-
tion. Addition, subtraction, multiplication, and
division by a constant.
Percentage calculation.
Increase ratio calculation. Parentheses calcu-
lation. Memory calculation. Hexadecimal cal-
culation.
Octal calculation. Hexadecimal/oc-
tal/decimal conversion. Mixed calculation.
Functions: Trigonometric.
Inverse trigonomet-
ric. Logarithmic. Exponential. Hyperbolic.
In-
69