home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / req.lzh / Req / ReqAztec5.LZH / ReqAztec5 / glue / GetLong.asm < prev    next >
Encoding:
Assembly Source File  |  1991-02-05  |  164 b   |  16 lines

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