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
/
LinkStri.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
|
1991-02-05
|
224 b
|
15 lines
public _ReqBase
public _LinkStringGadget
_LinkStringGadget:
movem.l a6/a2/a3/d2/d3,-(sp)
move.l _ReqBase,a6
movem.l 24(sp),a0-a3
movem.l 40(sp),d0-d3
jsr -150(a6)
movem.l (sp)+,a6/a2/a3/d2/d3
rts
end