home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d436 / lhlib / lhglue.lzh / LhDecode.asm < prev    next >
Assembly Source File  |  1990-07-26  |  156b  |  15 lines

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