BASIC.80

Error

Codes

Table

A-I.

BASIC-SO

Error

Codes

(Cont'd.)

A-2
Error
Missing operand
line
buffer overflow
FOR
without NEXT
FIELD overflow
Internal
error
Bad
file number
File not found
Bad file mode
File already open
Disk 1/0
error
File already exists
Disk full
Input past end
Bad
record number
Bad
file name
Direct statement
in
file
Too many files
Description Number
An operator was given without
an
operand.
22
A program
or
data line has too many characters
23
for
the line buffer. Divide into two
or
more parts.
A FOR
statement
was
found
without
a
corresponding NEXT
24
More than
128
characters were allocated in a
50
FIELD statement.
An error occurred in BASIC-80 internal execution.
51
If this
error
cannot be accounted for, contact your
Intel representative.
An unopened file was referenced.
52
A LOAD, KILL,
or
OPEN
statement referenced a
53
file not found on the specified disk.
One
of
the following conditions apply:
54
1.
The file mode is other than
I,
0,
or
R.
2.
PUT
or
GET
to
a sequential file.
3.
Opening a random file for sequential output,
or
vice versa.
4.
Performing a PRINT to a random file.
An attempt to open
an
already opened file was
55
made.
A
disk
1/0
error has occurred on disk (x); this
57
means a sector read check failed
18
times.
File already exists.
58
All disk space is full. Delete old files
or
try new
61
disk.
An INPUT statement has been given after the
62
end-of-file; check INPUT operations with the
EOF
function.
The record number in a PUT or
GET
is >
2048
or
<
O.
63
An invalid ISIS-II filename was given.
64
A
direct
statement was found while loading a
66
program into BASIC-80. The LOAD is terminated.
An attempt to open a new file after 6 files were
67
opened.

BASIC-80