**********************************
*     Loader for 68hc11F1        *
* 08/02/01  L. Saint-Marcel      *
* http://charstar.multimania.com *
**********************************

This program allow you to download source code into a 68hc11f1 eeprom throught the serial port.
It is a dos program but you can run it with a batch file like test.bat

To download the code produced by a compiler, set your 68hc11 in bootstrap mode (MODB on the ground) and run "loader" with the name of the file to download. There might be a download error message at the end of th transmission even if it is correct. I am working on it :)

The directory visual contains the visual C++ source code to generate the loader.
The directory asm contains the assembler source code of the boot rom file download at the begining of bootstrap mode.
