home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 454.lha / RexxHostLib_v36.14 / Glue / FreeRexx.asm < prev    next >
Encoding:
Assembly Source File  |  1990-12-09  |  175 b   |  15 lines

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