home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 332.lha / IPC_nov89 / Manx_link_lib / UseIPCPort.asm < prev   
Encoding:
Assembly Source File  |  1990-01-09  |  241 b   |  17 lines

  1. *** C linkage routines (Manx/Aztec version) for PPIPC Library
  2. ***     Pete Goodeve 1989 April 15
  3.  
  4.     INCLUDE 'IPClink.i'
  5.  
  6.         cseg
  7.  
  8.  
  9.         XDEF  _UseIPCPort
  10. _UseIPCPort:
  11.         GETPARM 1,A0
  12.         IPCVECT  UseIPCPort
  13.  
  14.         END
  15.  
  16.  
  17.