The user.asm is a powerful way of adding functionality to the logic
analyzer control software.  The main logic analyzer software will
execute the code in the file USER.BIN each time a data acquisition
cycle is completed.

To activate this option, just put the file user.bin into the current
directory before executing the logic analyzer control software.

This allows post processing of the data or changing automatically the
settings of the analyzer after each cycle.  All settings are
available from the user.asm code.  Note that to change settings, the
code must change the associated variable's value and then set the
CHANGE variable to a one for the main program to recognize it.

There is a sample user12.asm file included.  To use it, rename them
to user.asm and compile, link and convert to user.bin using exe2bin.
The code is compatible with the Turbo assembler and Turbo Linker or
the Microsoft Assembler and Linker.

Write the acquired data to a file.  Note that this file is 32K long
and contains the main data as well as the backup data.  The main
program will be able to load this data file.

After writing the data, the GO parameter is set to OFF to stop
further captures.  Do the same as above, except generate a new file
name each time based on the hour, min, seconds, and tenths of a
second.

USER12A.ASM is the same as above, except that the GO parameter is not
changed to OFF, thus a file will be saved after each trigger
indefinitely.


****************************************************************
Updates:
****************************************************************

11 November 1993	LA12100.EXE	Bug Fix
Problem with channel names.  They are overwritten to default values
when changing rate.  Problem fixed.