home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / t.lbr / TCAP.HZP / TCAP.HLP
Encoding:
Text File  |  1991-11-18  |  1.5 KB  |  46 lines

  1. ;
  2.                                    TCAP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.               17k (131)  5C85  2.4        Lee Bradley 6/90         Z3COM12
  6.  
  7.   1- Usage  2- Compiling                                                      
  8.  
  9.  
  10.    TCAP is a sample program to show how  Basic code and the  proper use of the
  11. linker can  be used to capture terminal  capability  data  if  available  on a
  12. Z-System computer.   It is also  a fairly handy (albeit still simple) Z-System
  13. viewing tool.
  14.  
  15.    Original idea by Biff Bueffel.
  16. :1
  17.  
  18.  Usage 
  19.  
  20.  
  21.    TCAP determines if ZCPR3 is running and if so, gathers environment and tcap
  22. data, signs on,  displays cpu speed,  terminal id and,  if the wheel is set, a
  23. command line which includes a help selection.   From here, the user may select 
  24. various memory display options,  (forward, backward, specific address, charac-
  25. ter, hex or both) or toggle the quiet flag or reset the wheel byte.   Pressing 
  26. the return key,  the  reset  wheel  key (W) or  any  key other than the memory 
  27. display selection keys (>,<,A,C,H,B), the quiet toggle key (Q) or the help key 
  28. (/) will quit the program.  
  29. :2
  30.  
  31.  Compiling 
  32.  
  33.  
  34.    To compile and link the Basic source file:
  35.  
  36.       BASCOM =TCAPxxx/Z/E
  37.       L80 Z3HDR,TCAPxxx,TCAPxxx/N/E
  38.  
  39. where Z3HDR.REL is the REL form of a short Z80 file which contains only:
  40.  
  41.       Z3HDR.Z80
  42.       CSEG
  43.       DEFB 'Z3ENV'
  44.       DEFB 1
  45.       DEFW 0
  46.