
If Alab reports "Errors, but not readable!" during assemble/compile/link
it may be because the error syntax defined in asm\*.cfg, link\*.cfg and
compile\*.cfg is not correct. To check this, load ERROR.LST from your
Alab directory (do not exit Alab because then the file will be deleted)
and check the error messages against the existing error syntax in the
correct *.cfg file. If you find any differences then correct it by
insterting the correct macros ($...._) which can be found in
"config.doc" in the DOC\ directory.

"Stripped version"
------------------

If you don't need all the extra configuration files, documentation etc.,
you can create a "stripped" version of Alab. You just copy your
favourite assembler/linker and compiler .CFG files to the main Alab
directory and call them ASM.CFG, LINK.CFG and COMPILE.CFG, respectively.
If Alab finds these files, it loads them instead of the files found in
the ASM\, LINK\ and COMPILE\ directories. After doing this, you can
delete all the uneccessary directories and files.
