Tandy 1000 MS-DOS Basic Reference Manual

Type
Basic Reference Manual
TERNS A\C
rO\D
T
O\S
OF
SA-! A+D
.
CEZSE
OF
TAhDV COMP-TER EO, PNEhT A40
SOF-;\AQF J.RCnASE3
F33V
7AC
0
SnACI( :3VPA\'-OhhED COVP-TER CEhTERS RETA
j-?RE?
A\?
>A0
S
SrAC< F9A\Cn SEES
'IR
2EA-E;IS AT TnE
R
A-TnOR ZEC -0CAT OhS
LIMITED
WARRANTY
CUSTOMER OBLIGATIONS
A CUSTOMER assumes
full
responsibility that this computer hardware purchased (the Equipment and any
copies of software included with the Equipment or licensed
se
arately (the Software
)
meets the specifications
capacity capabilities versatility and other requirements of CUETOMER
6
CUSTOMER assumes
full
responsibility lor the condAon and effectiveness of the operating environment in whlch
toe Equipment and Software are to function and lor
its
installation
LIMITED WARRANTIES AND CONDITIONS OF SALE
A For a period
of
ninety
(901
calendar days lrom the date of the Radio Shack sales document received upon
purchase of the Equipment RADIO SHACK warrants to the original CUSTOMER that
the
Equipment and the
medium upon which the Software
is
stored
is
free from manufacturing defects
This warranty is only applicable
lo
purchases
of
Tandy Equipment by
the
original customer from Radlo Shack company-owned computer
cenlers
retail
stores,
and Radlo Shack franchisees and dealers at their aulhorlzed locations
The warrantv
is
111.
6
9ADIO
SPACK sha
I
not be liable for any damages caused by delay
in
delivering or furnishing Equipment and or
Softviare
IV.
V.
VI.
C
No
actio1 ar sin out of any claimed breach
of
this
Warranty or transactions under this Warranty may be brought
rr'ore than two
92)
years after the cause
of
action has accrued or more than four
(4)
years after the date of the
Radio Shack sales document for the Equlpment or Software whichever first occurs
D
Sore
states do not
a1
ow the imitat on or exclusion of incidental or coiseouential damages
so
the above
imitationis) or exclusionls) may lot apply to CUSTOMER
SOFTWARE LICENSE
RADIO
SHACK grants to CUSTOMER a non exclusive paid up license to
use
the TANDY Software on
one
computer
subject to the following provisions
A
Except as otherwise provided
in
this Software License applicable copyright laws shall apply to the Software
B
Title
to
the medium on Nhich the Software
is
recorded (cassette and or diskette) or stored
IROMi
is
transferred to
CLSTOMER but not t'tle to the Software
C
CLSTOMER may
use
Software on a multiuser or network system only if eit'ler the Software
is
expressly labeled
to be for
use
on a multiuser or network system or one copy
of
th
s
software
is
purchased for each node
or
terwiial on wh ch Software
s
to be used simultaneously
D
CUSTOMER shal, not
use
make manufacture or reproduce copies of Software except for
use
on
one
computer
and as
is
specifically provided in this Software License Customer is expressly prohibited from disassembling the
Software
E
CUSTOKER
s
perwitted to make additional copies
of
the Software
only
for backup
or
archival
purposes
or If
additional copies are required in the operation
of
one
computer with the Software but only to the extent the
Software allows a backup copy to be made
However for TRSDOS Software CUSTOMER
is
permitted to make a
lim ted number of additionas copies for CUSTOMER
S
own
use
F
CLSTOMER may resell or distribute unmodified copies of the Software provided CUSTOMER has purchased one
copy
of
the Software for each one soid or distributed The provisions
of
this
Software License shall
also
be
applicable to third parties receving copies of the Software from CUSTOMER
C
All
copyright notices s+al' be retained on all copies of the Software
APPLICABILITY
OF
WARRANTY
A
T9e
term and conditions of this Warranty are applicable as between RADIO SHACK and CLSTOMER to either a
sale
of
the Equipment and or Software License to CUSTOMER or to a transaction whereby Radio Slack
sells
or
conveys such Equipment to a third party lor lease to CUSTOMER
6
The imitations of liabil ty and Warraity provisions herein sha
I
nure to the benefit
of
RADIO SHACK the author
owner and or licensor
of
the Software and any manufacturer of the Equipment sold by Radio Shack
STATE LAW RIGHTS
The warranties granted herein give the
original
CUSTOMER specific legal rlghts and 1%
original
CUSTOMER may
8
85
have other riglts which vary from state
to
state
GW '"-BASIC Software: Copyright 1983, 1984 Microsoft Corpora-
tion. Licensed to Tandy Corporation. All Rights Reserved.
MS"'-DOS Software: Copyright 1981, 1982, 1983 Microsoft Cor-
poration. Licensed to Tandy Corporation. All Rights Reserved.
Tandym 1000
BIOS
Software: Copyright 1984 Tandy Corporation
and Phoenix Compatibility Corporation. All Rights Reserved.
BASIC
Reference
Manual:
Copyright 1985 Tandy Corporation. All
Rights Reserved.
MS
and GW are trademarks of Microsoft Corporation.
Tandy is
a
registered trademark of Tandy Corporation.
Reproduction or use without express written permission from
Tandy Corporation, of any portion of this manual is prohibited.
While reasonable efforts have been taken in the preparation of
this manual to
assure
its accuracy, Tandy Corporation assumes
no liability resulting from any errors in or omissions from this
manual, or from the use of the information contained herein.
10 9
8
7
6
5
4
3
2
Contents
Introduction to BASIC
7
About
this
Manual
7
Notations
7
Terms
8
Chapter
1
/
About BASIC for
MS-DOS
11
Disk Files
11
Pathnames
12
Directory Paths
12
Names
13
Wildcards
13
Device Names
14
Chapter
2
/
Loading
MS-DOS
and BASIC
17
Loading MS-DOS
17
Making Backups
17
One Drive System
18
Two
Drive System
18
Loading BASIC
19
Loading BASIC via BASICA
19
Options for Loading BASIC
20
Redirection of Input and Output
23
Chapter
3
/
Sample Session
27
Loading BASIC
27
Typing the Program
27
Saving the Program on Disk
28
Loading the Program into Memory
28
Chapter
4
/
General Information
33
Sample Editing Session
34
The Key
38
Editing
33
Special
Keys
36
The Key
39
3
Chapter
5
/
Basic Concepts
43
Elements of a Program
43
Data
44
Constants
46
Variables
47
Declaring Numeric Constants and Variables
47
Numeric Constants
48
Numeric Variables
48
Numeric Precision Conversion
49
Manipulating Data
51
Arithmetic Operators
51
String Operator
52
Relational Operators
52
Logical Operators
54
Hierarchy
of
Operators
55
Functions
56
Chapter
6
/
Arrays
59
Types
of
Arrays
62
Defining Arrays
63
Chapter
7
/
Disk Files
67
Sequential Access Files
67
Creating
a
Sequential Access File
68
Updating a Sequential Access File
69
Direct Access Files
70
Creating a Direct Access File
71
Accessing a Direct Access File
73
Chapter
8
/
Displaying Color and Graphics
77
Resolution
77
78
Video Pages
79
Selecting Screen Modes
80
Specifying Coordinates
82
Chapter
9
/
Introduction to BASIC Keywords
85
Format for Chapter
10 85
Terms Used in Chapter
10 86
Statements
87
Chapter
10
/
BASIC Keywords
97
Functions
92
4
Chapter
11
/
Technical Information
351
Interfacing With Assembly-Language Routines
351
Memory Allocation Outside BASIC’s Work Area
351
Memory Allocation Inside BASIC’s Work Area
351
CALL Statement
353
CALLS Statement
355
USR
Function
355
How
Variables are Stored
357
Accessing String Variables
358
File Control Block
358
User Installed Devices
361
Information for Creating Child Processes
361
Messages
365
and Derived Functions
375
Charts
379
Keyboard ASCII/Scan Codes
379
ASCII Character Codes
383
Appendix
C
I
Video Display Worksheet
389
Index
393
Chapter
12
/
BASIC Error Codes and
Appendix
A
/
BASIC Reserved
Words
Appendix B
/
Keyboard and Character Code
Appendix
D
/
Extended Codes
391
5
INTRODUCTION
TO
BASIC
About This Manual
This manual describes BASIC for
MS-DOS.
It is
a
reference
manual, not
a
tutorial. We assume you already know BASIC and
are using this manual to locate information quickly. If you do
not know BASIC,
see
your Radio Shack dealer for the following
book:
Learning
BASZC
for
the
Tandy
200011
000
by David Lien, Cat.
No.
25-1500
Your local bookstore has many books about BASIC available that
are written in tutorial fashion.
Notations
The following notations are used throughout this manual:
CAPITALS Material that you must enter exactly as it
appears.
italics
Words, letters, characters, or values within
command lines you must supply from a set of
acceptable entries. Elsewhere, italics are used
for emphasis.
Items preceding the ellipsis may be repeated.
Items enclosed in brackets are optional.
nnnn
is
a
hexadecimal number.
nnnnn
is an octal number.
A key on your keyboard.
A blank character (ASCII code
32).
For exam-
ple, in
two spaces are between BASIC and PROG.
. . .
(ellipsis)
[I
&Hnnnn
&Onnnnn
[keynameJ
16
BASICMMPROG
7
Introduction
to
BASIC
Terms
The following terms are used in this manual:
buffer
An
area
in memory that BASIC uses
to
create
and access
a
disk file. A buffer is represented
by a number in the range
1
to
15.
Once
you
use
a
buffer
to
create a file, you cannot use it
to create
or
access any other files; you must
first
close the file. You may only access an
open file with the buffer used
to
open it.
Information you supply
to
specify how
a
com-
mand is
to
operate.
Expressions you supply for a function
to
evaluate.
A command with its parameterb),
or
a func-
tion with its argument(s). This shows the for-
mat
to
use for entering a keyword in a
program line.
parameters
arguments
syntax
8
Chapter
1
ABOUT
BASIC
FOR
MS-DOS
BASIC
for
MS”’-DOS is an interpreter. This means that, when
you run a program, BASIC looks at one statement at a time and
executes
it
before going
to
the next statement.
BASIC also lets you take advantage of many MS-DOS features,
such as:
0
Multilevel directories
Faster running programs
0
Expanded graphics capabilities
Disk
Files
BASIC uses the MS-DOS multilevel directory structure on disk.
A
formatted disk has
a
main directory called the “root” direc-
tory which is represented by the backslash
(\).
The root direc-
tory can contain both files and “second-level’’ directories.
This illustration demonstrates how a typical system for a sales
and service company might be set up. The root directory con-
tains
two
second-level directories:
SALES
and
SERVICE.
The
root
directory also contains a file called
letters.
11
Chapter
1
I
About
BASIC
for
MS-DOS
Pathnames
BASIC lets you specify
pathnames
to
access disk files just as
MS-
DOS does.
A
pathname is enclosed in quotation marks and may be
a maximum
of
63
characters. It contains the following information:
“[d:
I[pathlfilename[.extl”
The drive is specified by
d:
and may be either A, B,
C,
or
D.
If you
omit
d:,
BASIC uses the current drive.
Path
gives the directory path for
filename.
The directory names are
separated by a backslash
(
\
1.
If you omit
path,
BASIC uses the
current directory.
Filename
specifies the name of the file being accessed. Filenames
are
1
to
8
characters long. If a filename is more than
8
character,
BASIC truncates it
to
8
characters.
Ext is an optional extension
to
the filename. Use extensions
to
help
distinguish types of files. Extensions are always preceded by a pe-
riod
(.I
and are
l
to
3
characters long. If you omit the extension,
BASIC assumes
.bas.
Here are some common extensions:
.bas for BASIC programs
.txt for ASCII text
.dat for Data files
.obj for Object code
.re1 for Relocatable code
.src for Source code
Directory Paths
Some commands, such as CHDIR, MKDIR and RMDIR use a direc-
tory path (dirpath) instead
of
a pathname. The only difference be-
tween the
two
is that a dirpath does not include a filename:
“[d:
]path”
The drive identifier
(d:)
andpath are described above.
12
Chapter
1
I
About BASIC for
MS-DOS
Names
Directory names and filenames must conform
to
MS-DOS con-
ventions. They may contain any
of
the following characters:
0
uppercase letters (A-Z)
0
lowercase letters (a4
0
decimal digits
(0-9)
In
addition, they may contain the following special characters:
$
&
#
5%
()
-
(6
{}-'
!'*-
An entire pathname (or directory path) may contain a maximum
of
63
characters.
Some sample filenames are:
prog.bas report telephon. sls
Some sample directory names are:
MEMOS
LETTERS EMPLOYEE
In this manual, directory names are in uppercase letters, and
filenames are in lowercase letters. This lets you easily distin-
guish a directory name from
a
filename.
Wildcards
BASIC follows MS-DOS usage
of
wildcard notations when search-
ing for directories
or
filenames. The wildcard notations are:
?
indicates that any character can occupy that position.
*
indicates that any character can occupy that position
or
the
remaining positions in the filename or extension.
For example, if you specify this filename:
data?tst.txt
BASIC might find these files:
dataltst.txt
data3tst.txt
If you specify this filename:
data*.txt
13
Chapter
1
I
About BASIC for
MS-DOS
BASIC finds those files and might also find these:
data.txt
datatst.txt
datal.txt
Device
Names
BASIC uses device identifiers (dev:) to indicate a physical device to
be used for communication. These names, which must be enclosed
in quotation marks, are:
KYBD:
SCRN:
LPT1:
COMn:
You can open any
of
these devices just as you would a disk
file.
keyboard. Use for input only.
screen. Use for output only.
printer. Use
for
output only.
RS232
communications channel
1
or
2.
Use for input or
output.
14
Chapter
2
LOADING MS-DOS AND BASIC
The diskette that came with your computer contains MS-DOS
and the BASIC Interpreter. Before you begin using BASIC, make
backups of this diskette. First, load MS-DOS into the computer.
Loading
MS-DOS
To
start up MS-DOS, turn on your computer and insert the
MS-
DOSIBASIC diskette into Drive A. See your computer’s introduc-
tion book for information on turning on your computer and Drive
A.
Shortly, MS-DOS prompts you
to
enter the date and time. We
suggest that you enter this information since some BASIC state-
ments use the system date and time. MS-DOS displays the
proper format.
Next, MS-DOS loads and displays its prompt:
A>
This means that you are at the MS-DOS command level where
you can execute a program or command.
You
should now make
backups of your MS-DOSIBASIC diskette.
Making Backups
Just as you always keep
a
spare key for a car, you should keep
backup copies of all your diskettes. After you make the backup
of
your MS-DOSIBASIC diskette, store the original in a cool, dust-
free place where
it
can’t get bent or warped. Also be sure it is
not near any magnetic source. If something should happen
to
any of your backup MS-DOSIBASIC diskettes, be sure to make
another backup. Do not use the original diskette except
to
make
backups.
You can also use the following procedures to make backups
of
diskettes you create.
17
Chapter
21
Loading
MS-DOS
and
BASIC
One Drive System
1.
At the MS-DOS system prompt (A>), type:
FORMAT
[ENTER]
2.
When prompted, remove the MS-DOSIBASIC diskette
and insert an unformatted diskette into Drive A. Press
[SPACEBAR]
to begin formatting. MS-DOS displays a line
of
dashes. The dashes change
to
dots as each track is
formatted.
3.
When formatting
is
complete, MS-DOS prompts:
FORMAT another
(Y/N)7
Format
as
many diskettes as you want. When you are
through, answer
m.
4.
Place the MS-DOSIBASIC diskette into Drive
A.
At the MS-
DOS prompt, type:
DISKCOPY
[ENTER]
5.
DISKCOPY prompts you to insert the “target” diskette into
Drive A. Remove the MS-DOSIBASIC diskette from Drive A
and insert the newly formatted diskette. Press
(SPACEBAR]
to be-
gin copying. Shortly, you are prompted to insert the “so~rce’~
diskette. The source diskette is the MS-DOSIBASIC diskette.
MS-DOS will prompt you to swap the diskettes several times.
6.
When DISKCOPY is complete, it prompts:
Copy complete. Copy another
(Y/N)7
Make a few more backups. When through, type
(iJ.
Two
Drive System
1.
At the MS-DOS system prompt (A>), type:
FORMAT
E:
[ENTER]
2.
When prompted, insert an unformatted diskette into Drive B.
Press
[SPACEBAR]
to begin formatting. MS-DOS displays
a
line
of
dashes. The dashes change to dots
as
each track is formatted.
3.
When formatting is complete, MS-DOS prompts:
FORMAT another
(Y/N)?
18
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411

Tandy 1000 MS-DOS Basic Reference Manual

Type
Basic Reference Manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI