— 6 —
Message
Ma ERROR
Go ERROR
Ne ERROR
Stk ERROR
Mem ERROR
Arg ERROR
Countermeaseure
123
Check the input numeric value and
correct it.
When using memories, check that
the numeric values stored in memo-
ries are correct.
1
Correctly input a Lbl
n
to correspond
to the Goto
n
, or delete the Goto
n
if
not required.
2
Store a program in program area
Prog
n
, or delete the Prog
n
if not
required.
• Ensure that Prog
n
is not used to
return from subroutines to main
routine. If used, delete any unneces-
sary Prog
n
.
• Trace the subroutine jump destina-
tions and ensure that no jumps are
made back to the original program
area. Ensure that returns are made
correctly.
• Simplify the formulas to keep stacks
within 10 levels for the numeric
values and 26 levels for the calcula-
tions.
• Divide the formula into two or more
parts.
1
Use
SHIFT
Defm
to correctly expand
the number of value memories.
234
• Keep the number of value memo-
ries you use for the operation
within the number of value memo-
ries currently available.
• Simplify the data you are trying to
store to keep it within the available
memory capacity.
• Delete no longer needed data to
make room for the new data.
Correct the argument.
• Sci
n
, Fix
n
:
n
= integer from 0
through 9.
• Lbl
n
, Goto
n
:
n
= integer from 0
through 9, or alpha character from A
through Z.
• Prog
n
:
n
= 0 through 9.
• Defm
n
:
n
= integer from 0 up to the
number of remaining bytes.
Meaning
1
Calculation result exceeds calcula-
tion range.
2
Calculation is performed outside the
input range of a function.
3
Illogical operation (division by zero,
etc.)
1
No corresponding Lbl n for Goto n.
2
No program stored in program area
Prog n.
• Nesting of subroutines by Prog
n
exceeds 10 levels.
• Execution of calculations that exceed
the capacity of the stack for numeric
values or stack for calculations.
1
Specified expanded value memory
does not exist.
2
Not enough memory to expand
value memories specified number.
3
Not enough memory to store statisti-
cal data.
4
Not enough memory to hold function
input in the Graph Mode for graph
drawing.
Incorrect argument specification for a
command that requires an argument.