home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 446.lha / AztecArp / Sources.LZH / Glue / ArpExit.asm < prev    next >
Encoding:
Assembly Source File  |  1990-08-01  |  170 b   |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _ArpExit
  5.  
  6. _ArpExit:
  7.     movem.l    a6/d2,-(sp)
  8.     move.l    _ArpBase,a6
  9.     movem.l    12(sp),d0/d2
  10.     jsr    -378(a6)
  11.     movem.l    (sp)+,a6/d2
  12.     rts
  13.  
  14.     end
  15.