home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
reqaztec_419.lzh
/
ReqAztec
/
glue
/
MakeStri.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-18
|
226b
|
17 lines
;:ts=8
section text,code
xref _ReqBase
xdef _MakeString
_MakeString:
movem.l a6/a2/d2/d3,-(sp)
move.l _ReqBase,a6
movem.l 20(sp),a0/a1/a2
movem.l 32(sp),d0/d1/d2/d3
jsr -132(a6)
movem.l (sp)+,a6/a2/d2/d3
rts
end