home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
reqaztec
/
glue
/
getstrin.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
206b
|
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