home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 463.lha / ReqAztec / glue / SetSize.asm < prev    next >
Assembly Source File  |  1991-01-05  |  167b  |  16 lines

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