home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
reqaztec_419.lzh
/
ReqAztec
/
glue
/
LinkStri.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
247b
|
17 lines
;:ts=8
section text,code
xref _ReqBase
xdef _LinkStringGadget
_LinkStringGadget:
movem.l a6/a2/a3/d2/d3,-(sp)
move.l _ReqBase,a6
movem.l 24(sp),a0/a1/a2/a3
movem.l 40(sp),d0/d1/d2/d3
jsr -150(a6)
movem.l (sp)+,a6/a2/a3/d2/d3
rts
end