home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
454.lha
/
RexxHostLib_v36.14
/
Glue
/
GetRexx2.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-12-09
|
186 b
|
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