home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 476.lha / LhLib_v1.8 / Glue / LhEncode.asm < prev    next >
Assembly Source File  |  1991-02-11  |  156b  |  15 lines

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