Instructions for setting up the ARM System.
-------------------------------------------
1. Unzip the file 201ARM.zip.

2. This should result in the following directory structure:
     C:\ARM200\BIN\
     C:\ARM200\INCLUDE\
     C:\ARM200\LIB\
     C:\ARM200\WORK\

3. You can move the WORK directory, but then you will have to change the
   Working entry in the Program tab of the shortcut's Properties.

4. The PrintKey 2000 installer program will be in C:\ARM200\.  You need to
   run this program to install PrintKey 2000.

5. Put all .S (source) files into the C:\ARM200\WORK\ directory.
   The .ALI and other files will be placed there as a result of
   running the assembler (ARMasm) and the linker (ARMlink).  The
   final assembled code will be run in the debugger (WINDBG).