home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
392.lha
/
CompDisk
/
ReqGlue
/
SetLocat.asm
< prev
next >
Wrap
Assembly Source File
|
1990-07-03
|
187b
|
16 lines
;:ts=8
section text,code
xref _ReqBase
xdef _SetLocation
_SetLocation:
movem.l a6/d2,-(sp)
move.l _ReqBase,a6
movem.l 12(sp),d0/d1/d2
jsr -42(a6)
movem.l (sp)+,a6/d2
rts
end