home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d03xx
/
d0355.lha
/
RexxHostLib
/
Glue
/
GetStrin.asm
< prev
next >
Wrap
Assembly Source File
|
1990-06-12
|
187b
|
16 lines
;:ts=8
section text,code
xref _RexxHostBase
xdef _GetStringValue
_GetStringValue:
move.l a6,-(sp)
move.l _RexxHostBase,a6
move.l 8(sp),a0
jsr -90(a6)
move.l (sp)+,a6
rts
end