Prism
Operation Manual Issue 2.00
Page 7.19
7.3.4.9.
Compiler error messages
The following error messages may appear in the List File:
Not enough memory!
The system cannot start the compiler as not enough memory is available. Close some
active windows and try again.
Data error writing output file xxxxx
A disk error was encountered writing the .BIN file.
Data error reading input file xxxxx
A disk error was encountered reading the input file; for example it is not a true plain
DOS text file, or does not exist.
Can't open list file xxxxx - disk full?
A list file cannot be written, which could be due to the disk being too full.
Incomplete opcode :
The Instruction following has too few parameters specified. Refer to the Test Sequence
language reference.
Bad opcode :
The Instruction following has not been recognized. Refer to the Test Sequence
language reference.
Too many JUMPs (n is maximum)
There are too many JUMP Instructions in the test sequence. Rewrite the sequence and
try again. The maximum 'n' is currently 100.
Maximum sequence length exceeded!
The compiled length of the Test Sequences must, when compiled, be less than 992
bytes. Reduce the length of the sequence and try again.
Line too long :
The line following is too long. Break the line up and try again.
Sequence must start with HEADER statement!