the error and change to WRT mode. The cursor will position
itself in the position where the error was generated.
Points to check for each type of error
Syn Error
Verify that there are no errors in the program
Ma Error
For operations that require the use of memory, check the nu-
meric values contained in the memory and make sure these
do not exceed the arguments range. This type of error usu-
ally occurs because you are trying to divide by 0 or because
there are negative numbers within roots.
Go Error
Verify that there exists a corresponding label for the Go To
command.
Ne Error
Verify that the Prog command is not used in a program divi-
sion.
Stk Error
Verify that the formula being used is not to large as to pro-
voke an overload in the memory. If this is the case, the for-
mula should be split into two or more parts.