<About This Manual 2 >
How to read
Heading
Chapter titles are shown here on each page, so the reader can get a quick idea of contents while
flipping through the pages.
Program example
These are actual examples of command options and instructions used by the assembler. First-
time users should refer to these examples when trying to use the assembler.
Usage note
These give important information. Usage note provide cautions about usage, so they should
always be read.
Supplementary explanation
These are hints and terminology definitions that can help the reader use the assembler.
Chapter 1 Installation
14
1.3.4 Environment Settings
Before using the Cross-Assembler, verify or change the following two les.
CONFIG.SYS
If FILES and BUFFERS specications do not already exist in CONFIG.SYS, then you must add them.
If they do already exist, then check their settings, and change them if necessary.
NOTE: Be sure to make these settings. If the assembler is started without them, then
the error message "bad tmpbss(w)" will be output and processing will stop. This
means that the number of les that can be opened simultaneously is insufcient.
Terminology: CONFIG.SYS
This is the le that sets the MS-DOS operating environment. FILES species
the number of les that can be read and written simultaneously.
BUFFERS species the size of memory used for reading/writing disks.
FILES=20
BUFFERS=20
Installing PC Version
Heading
Program example
Usage note
Supplementary explanation