NIM Machine - Instructions for FED WIZ-C users

David Coward October 2003

All that is required are the two files NIM.PC and NIM_USER.C

1. Create a new sub-directory in the WIZ-C projects directory, called say 
"NIM".

2. Copy the two files into the Directory.

3. Start WIZ-C

4. Use the "Open/New Project" option in the Project menu to select NIM.PC in 
the above directory.

5. Rebuild the application (Ctrl-F9).

The code has been tested in the pro version 8.04c, and 9.10.

The rebuild will generate a new hex file, which if v9 is used should be the 
same as NIM.hex. v8.04c uses a different compiler, so the result will not be 
the same!

David