home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d353
/
compdisk.lha
/
CompDisk
/
ReqGlue.LZH
/
GetStrin.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-05-12
|
206 b
|
17 lines
;:ts=8
section text,code
xref _ReqBase
xdef _GetString
_GetString:
movem.l a6/a2,-(sp)
move.l _ReqBase,a6
movem.l 12(sp),a0/a1/a2
movem.l 24(sp),d0/d1
jsr -162(a6)
movem.l (sp)+,a6/a2
rts
end