home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0353.lha / AztecArp / Glue / DeletePort.asm < prev    next >
Assembly Source File  |  1990-06-02  |  163b  |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _DeletePort
  5.  
  6. _DeletePort:
  7.     move.l    a6,-(sp)
  8.     move.l    _ArpBase,a6
  9.     move.l    8(sp),a1
  10.     jsr    -312(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     end
  15.