home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 514b.lha / ToolLib_v8.1 / LinkLib / DeletePo.asm < prev    next >
Assembly Source File  |  1991-06-08  |  145b  |  12 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _DeletePort
  5. _DeletePort:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     move.l    8(sp),a0
  9.     jsr    -36(a6)
  10.     move.l    (sp)+,a6
  11.     rts
  12.