home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-3.LBR / M.LBR / MEX2Z.HZP / MEX2Z.HLP
Text File  |  2000-06-30  |  2KB  |  40 lines

  1. ;
  2.                                   MEX2Z.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (5)    F154  1.0        Bruce Morgen 12/86       Z3COM6
  6.  
  7.   1- Usage  2- Notes                                                          
  8.  
  9.  
  10.    MEX2Z is a simple pseudo-pipe between MEX (Version 1.14, although adaptable
  11. to MEX+,  I'm sure) and ZCPR3.   It passes anything entered on the MEX command 
  12. line after a CPM,  EXIT,  SYSTEM  or (except in MEX+,  for which  this program 
  13. would have to be altered anyway)  BYE command to Z3 for processing.   Thus you 
  14. could enter CPM ZFILER  and ZFILER would be invoked immediately on termination 
  15. of MEX.  Control would pass back to MEX on exit from ZFILER.   Of course,  you 
  16. can  also type EXIT CRUNCH WORK:MYTXT.FIL to perform  a system-level operation 
  17. and immediately return  to MEX,  creating  a  temporary shell  effect whenever 
  18. appropriate.  
  19. :1
  20.  
  21.    Usage:
  22.  
  23.  
  24.    Just put MEX2Z.COM  on your Z3 path  and invoke  MEX with an alias or ARUNZ 
  25. command  line  like  YOURMEX;MEX2Z,   assuming  your  copy  of  MEX  is  named 
  26. YOURMEX.COM, calling that command MEX - that's all there is to it.
  27.  
  28. :2
  29.  
  30. MEX2Z Notes:
  31.  
  32.    a. MEX2Z uses a  slightly modified version  of Joe Wright's FENV routine to
  33.       detect and locate the environment descriptor.   This may create problems
  34.       for  some  Apple systems  -  Apple users  might  want  to  substitute  a 
  35.       conventional  ZCPR3  header with LD HL,(Z3EADR) sequence  and bypass the 
  36.       first error test.   That aside,  it should work on any Z3 system.     
  37.  
  38.    b. MEX2Z  is assembled  with  ZAS  or Z80ASM  and  linked  by PROLINK  with 
  39.       SFENV.REL and Z3LIB.  A Z80, NSC800 or HD64180 CPU is required.
  40.