home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff353.lzh
/
CompDisk
/
ReqGlue.LZH
/
MakeButt.asm
< prev
next >
Wrap
Assembly Source File
|
1990-05-12
|
217b
|
17 lines
;:ts=8
section text,code
xref _ReqBase
xdef _MakeButton
_MakeButton:
movem.l a6/a2/d2,-(sp)
move.l _ReqBase,a6
movem.l 16(sp),a0/a1/a2
movem.l 28(sp),d0/d1/d2
jsr -102(a6)
movem.l (sp)+,a6/a2/d2
rts
end