ElmoMC SimplIQ Command Reference User Manual

Page 54

Advertising
background image

Error
Code


Error String / Description


Example / Remedy

137

Program already compiled.
An attempt was made to download a user
program before previous one was erased.

Use the CP command before
downloading a new user
program.

139

The number of breakpoints exceeds the
maximum number.

140

An attempt to set/clear breakpoint at the
non-relevant line.
Internal IDE error.

For every line of the text
program, there is a
corresponding lien of compiled
code. This error appears during
an attempt to set a breakpoint at
a non-corresponding line of
compiled code.

141

Boot identity parameters section is not
clear.
Internal error during download of boot
identity parameters.

142

Checksum of data is not correct.
Internal error during download of boot
identity parameters.

143

Missing boot identity parameters.
Internal error during download of boot
identity parameters.

144 Numeric

stack

underflow.

An attempt has been made to retrieve an
entry from an empty stack.

145 Numeric

stack

overflow.

An attempt has been made to push a value
to the numeric stack when it is full.

ƒ

User program contains very
complex code requiring more
stack space than is available. It
may also be that there are too
many called subroutines.

ƒ

An expression in the command
line of the interpreter is too
complex; it calls too many
functions, so that the numeric
stack has overflowed.

146 Expression

stack

overflow.

An attempt has been made to push a value
to the expression stack when it is full.

An expression in the command
line of the interpreter is too
complex: it calls too many
functions, so that the expressions
tack has overflowed.

SimplIQ

Command Reference Manual

Alphabetical Listing

MAN-SIMCR (Ver. 4.5)

3-41

Advertising