home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / compress / compdisk.lzh / COMPDISK / REQGLUE.LZH / MakeProp.asm < prev    next >
Encoding:
Assembly Source File  |  1990-05-12  |  200 b   |  17 lines

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