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