home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
392.lha
/
CompDisk
/
ReqGlue
/
MakeButt.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-07-03
|
217 b
|
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