home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
science
/
chemesthetics
/
source
/
closewindowsafely.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-06
|
181b
|
15 lines
section text,code
xref _ArpBase
xdef _CloseWindowSafely
_CloseWindowSafely:
move.l a6,-(sp)
move.l _ArpBase,a6
movem.l 8(sp),a0/a1
jsr -300(a6)
move.l (sp)+,a6
rts
end