home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
463.lha
/
ReqAztec
/
glue
/
GetStrin.asm
< prev
next >
Wrap
Assembly Source File
|
1991-01-05
|
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