This directory contains the following files:

filename ext      size  usage

DCMOTOR  ASM     63672 Asm source code
DCMOTOR  H17     26931 Header file for dcmotor.asm
DCMOTOR  LNK       155 Linker setup file
DCMOTOR  ABL      2038 PLD equations source file (note2)
DCMOTORD HEX     10888 Intel hex format ASCII obj file with 
                       "decimal" option (note1)
DCMOTORD LST    218362 Listing file with "decimal" option selected (note1)
DCMOTORH HEX     10205 Intel hex format ASCII obj file with "hex" 
                       option selected
DCMOTORH LST    217056 Listing file with "hex" option selected (note1)
DCMOTV   CFG      1243 PICMASTER config file for VGA display
DCMOTV   XLW    283333 EXCEL setup file for VGA display
DCMOTX   CFG      1257 PICMASTER config file for 1024x768 display
DCMOTX   XLW    283333 EXCEL seup file for 1024x768 display
README            1510 
DCMOTOR  JED      3029 JEDEC std PLD file ASCII
       16 file(s)    1123012 bytes


NOTES:: 

1: The source level DCMOTOR.ASM has the following declaration:

        DECIO EQU TRUE

   Set this to TRUE for serial I/O commands to send/receive parameters
   in decimal (the "decimal" option).
   Set this to FALSE for serial I/O to send/receive parameters in hex
   (the "hex" option).

   The default is decimal option. Your system is setup for decimal I/O.

2: The PLD source file looks different than the one included in the app
   note, but it implements the same function.

