home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk403.lzh / RexxHostLib / Glue.LZH / GetRexx1.asm < prev    next >
Assembly Source File  |  1990-09-18  |  173b  |  15 lines

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