   Files of the sub-directory \APPENDIX\8051\:

   README.TXT    This is the file you are just reading

   LL8051.ASM    Functions of the Link Layer:
                 Reset/Presence Detect, Byte I/O, Bit I/O
                 This file is linked to NW8051.ASM and TR8051.ASM.

   NW8051.ASM    Functions of the Network Layer:
                 ROM Search example, contains a copy of the 
                 CRC calculation found in CRC8051.ASM,
                 uses the code of LL8051.ASM.
                 Not to be used with TR8051.ASM !

   TR8051.ASM    Stand-alone piece of software implementing all 
                 functions up to the Transport Layer to exchange data 
                 with a Touch Memory, using the code of LL8051.ASM. 
                 Includes a 16-bit CRC calculation example.  
                 Not designed for use with NW8051.ASM !

   CRC8051.ASM   CRC calculation example for ROM CRC.

