home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 463.lha / SemLibrary / sdlib / excl.a < prev    next >
Text File  |  1991-01-04  |  156b  |  16 lines

  1.  
  2.         ;   void  ExclSem(name)
  3.  
  4.         section text,code
  5.  
  6.         xdef    _ExclSem
  7.         xref    _SemBase
  8.  
  9. _ExclSem
  10.         move.l    4(sp),D0
  11.         move.l    _SemBase(A4),A1
  12.         jmp    -42(A1)
  13.  
  14.         END
  15.  
  16.