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 / Format.asm < prev    next >
Encoding:
Assembly Source File  |  1991-02-05  |  198 b   |  14 lines

  1.  
  2.         public    _ReqBase
  3.         public    _Format
  4.  
  5. _Format:
  6.         movem.l    a2/a6,-(sp)
  7.         move.l    12(sp),a2
  8.         move.l    16(sp),a0
  9.         lea        20(sp),a1
  10.         move.l    _ReqBase,a6
  11.         jsr        -54(a6)            ; Format
  12.         movem.l    (sp)+,a2/a6
  13.         rts
  14.