home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
libraries
/
rexxhostlib_403
/
gettoken.asm
< prev
next >
Wrap
Assembly Source File
|
1990-09-18
|
202b
|
16 lines
xref _RexxHostBase
xdef _GetToken
section text,code
_GetToken:
movem.l a6/a2,-(sp)
move.l _RexxHostBase,a6
movem.l 12(sp),a0/a1/a2
move.l 24(sp),d0
jsr -84(a6)
movem.l (sp)+,a6/a2
rts
end