file list:  
________________________________________________________________
pc program 

DEMODEVB.EXE -- Compiled program for pc 
_________________________________________________________________
HC11 files and programs


INIT.S       -- download to initialize the 6811 (define ports, map memory, etc) 
DQTWRITE.S   -- 6811 program to transfer registers to the HSP50110
DCLWRITE.S   -- 6811 program to transfer registers to the HSP50210
DCLSTAT.S    -- 6811 program to get status from the HSP50210
IFIRWRIT.S   -- 6811 program to transfer coefficients to the HSP43124 (I chan)
QFIRWRIT.S   -- 6811 program to transfer coefficients to the HSP43124 (Q chan)
IFIRREGS.S   -- S-record file, generated by DEMODEVB.EXE, containing 
                 register values for the HSP43124 (I channel)
IFIRCOEF.S   -- S-record file, generated by DEMODEVB.EXE, containing the 
                 coefficients for teh HSP43124 (I channel) 
QFIRREGS.S   -- S-record file, generated by DEMODEVB.EXE, containing 
                 register values for the HSP43124 (Q channel)
QFIRCOEF.S   -- S-record file, generated by DEMODEVB.EXE, containing the 
                 coefficients for teh HSP43124 (Q channel) 
_________________________________________________________________
program execution


FILENM       -- holds file prefix for last configuration saved.  Loaded on start 
                up/modified on save
*.CFG        -- holds menu entries for setup.  Loaded by program when a new file 
                is selected (and on start up using the file in filenm)
*.DLD        -- holds 6811 monitor commands to download to 50110 and 50210
*.ARY        -- listing of register values for 50110 and 50210 
*.RPT        -- output file from Serinade filter design program.  Used to 
                generate coefficient download files 
__________________________________________________________________
misc


128KBPSK.*   -- example file 128k symbols/sec 
256KQPSK.*   -- example file 256k symbols/sec (512kbps uncoded) 

NOTES.TXT    -- notes on using the eval board with terminal emulator 
HC11MMAP.TXT -- memory map of evalboard (including program RAM usage) 

