home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff403.lzh / RexxHostLib / Glue.LZH / GetRexx2.asm < prev    next >
Assembly Source File  |  1990-09-18  |  186b  |  16 lines

  1.     xref    _RexxHostBase
  2.     xdef    _GetRexxClip
  3.  
  4.     section    text,code
  5.  
  6. _GetRexxClip:
  7.     pea    (a6)
  8.     move.l    _RexxHostBase,a6
  9.     move.l    8(sp),a0
  10.     move.l    12(sp),d0
  11.     jsr    -126(a6)
  12.     move.l    (sp)+,a6
  13.     rts
  14.  
  15.     end
  16.