home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 390.lha / RexxHostLibrary_v34.12 / glue / ReplyRex.asm < prev    next >
Encoding:
Assembly Source File  |  1990-07-01  |  216 b   |  17 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _RexxHostBase
  6.     xdef    _ReplyRexxCommand
  7. _ReplyRexxCommand:
  8.     move.l    a6,-(sp)
  9.     move.l    _RexxHostBase,a6
  10.     move.l    8(sp),a0
  11.     movem.l    12(sp),d0/d1/a1
  12.     jsr    -54(a6)
  13.     move.l    (sp)+,a6
  14.     rts
  15.  
  16.     end
  17.