EEPROM Utilities files.
~~~~~~~~~~~~~~~~~~~~~~~
 SREC_EEP.4TH - Input an S19 record to HC11 memory(RAM or EEPROM). 
 IREC_EEP.4TH - Input an Intel Hex file to HC11 memory(RAM or EEPROM).
 DUMP_S19.4TH - Write an S19 record from HC11 memory(EPROM or EEPROM)
                to the display.
 DUMP_HEX.4TH - Write an Intel Hex file from HC11 memory(EPROM or EEPROM)
                to the display.

Using Max-FORTH to Download a S19 record or HEX file.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Before download a record file, there are several things need to be done:
  1. Installs ram on U2 socket, eeprom (to be programmed) on U3 socket, 
     U4 is empty.
   
  2. Edit SREC_EEP.4TH file for loading address offset if necessary, 
     default LOFF is 0000. For instance, if the starting address on the
     S19/HEX file is starting at a ddress 0000, then LOFF needs to be set 
     at 8000, Or if the S19/HEX file starting address at E000 then LOFF 
     needs to be changed to A000, since the chip enable U3 is at 8000.
     
Use the MAXTERM, PC emulation program provided on disk to download the
following files:
    
    Press [ALT+D] to download the SREC_EEP.4TH file, then wait until the
program is stop,
    
    Press [ALT+D] to download the S19 or HEX file.
When finish, turn off the power, remove the programmed EEPROM on U3, and 
install the programmed EEPROM on U4 socket, remove the jumper RR/W
to prevent accidently writing into programmed EEPROM, also install 
a 10k ohm resistor on jumper 'J'.

Use the WIPE35 utility to turn the FORTH off. 

Turn on power, Basic11 or Buffalo or your program will be run. 
  
Using Max-FORTH to Upload an S19 record or HEX file.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Run MAXTERM to Download a DUMP_S19.4TH file. As soon as the program is stop,
      enter: Starting-address Lenght(size of EPROM/EEPROM) S19
        <ex: 8000 2000 S19 > assume your program code is resided at 8000.
      Before you hit ENTER to upload file, turn on the capture, ALT+C then
      make a new file name for the file to be captured. 
      When the file uploading is stop, press [ALT+C] again to close file.

Again, do the same steps to dump an INTEL HEX file.


