home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff403.lzh
/
RexxHostLib
/
Glue.LZH
/
GetRexx2.asm
< prev
next >
Wrap
Assembly Source File
|
1990-09-18
|
186b
|
16 lines
xref _RexxHostBase
xdef _GetRexxClip
section text,code
_GetRexxClip:
pea (a6)
move.l _RexxHostBase,a6
move.l 8(sp),a0
move.l 12(sp),d0
jsr -126(a6)
move.l (sp)+,a6
rts
end