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

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