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 / DrawBox.asm < prev    next >
Encoding:
Assembly Source File  |  1991-02-05  |  206 b   |  17 lines

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