home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / programming / reqaztec / format.asm < prev    next >
Assembly Source File  |  1990-12-18  |  197b  |  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.         move.l    (sp)+,a2/a6
  13.         rts
  14.