home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
390.lha
/
RexxHostLibrary_v34.12
/
glue
/
SendRexx.asm
< prev
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-01
|
214 b
|
16 lines
;:ts=8
section text,code
xref _RexxHostBase
xdef _SendRexxCommand
_SendRexxCommand:
movem.l a6/a2/a3,-(sp)
move.l _RexxHostBase,a6
movem.l 16(sp),a0/a1/a2/a3
jsr -42(a6)
movem.l (sp)+,a6/a2/a3
rts
end