home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / SEPARATE.PRG < prev    next >
Text File  |  1990-10-22  |  395b  |  16 lines

  1. ***********
  2. * SEPARATE.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO SEPARATE WITH <memory address>
  7. * RETURN: <expC> four-character hex segment address and
  8. *         <expN> numeric offset address
  9. ***********
  10. PARAMETERS par1 
  11. CALL Trpass  WITH par1
  12. CALL Trexe   WITH "SEPARATE"
  13. RETURN 
  14. * eof separate * 
  15.  
  16.