home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / priac1.zip / PRIAC.MSG < prev    next >
Internet Message Format  |  1988-09-27  |  1KB

  1. From: cgs@umd5.umd.edu (Chris Sylvain)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: priac, displays inter-application communications area
  4. Date: 23 Sep 88 23:01:02 GMT
  5. Summary: priac.arc, displays inter-application communications area
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. PRIAC reads and reports the current contents of the Inter-Application
  9. Communications Area (IAC).  The executable and assembly source are
  10. included.
  11.  
  12. The IAC is 16 bytes beginning at addr 0040:00F0h. Any program can write
  13. information to the IAC for another program to read.  The IAC can be
  14. used, for instance, to pass an address from one program to the next.
  15.  
  16. This is one of three programs, being posted consecutively to this
  17. newsgroup, that was written using MASM 5.0 by Hardin Brothers for the
  18. April 1988 issue of PC Resource magazine, (C) Copyright 1988 by IDG
  19. Communications/Peterborough, Inc.
  20.  
  21. Hardin Brothers is a freelance programmer and technical writer. Write
  22. to him at 280 N. Campus Ave., Upland, CA  91786. Enclose a self-
  23. addressed, stamped envelope for a reply.
  24.  
  25. v1.1, 27 Sep 88  Toad Hall hack
  26. - Converted to .COM format (I HATE .EXE programs for these little things.)
  27. - Tightened original code
  28. - Demo how to leave information in the IAC for later reads.
  29. Original source and .EXE left intact.
  30.  
  31. David Kirschbaum
  32. Toad Hall
  33. kirsch@braggvax.ARPA
  34.