home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
libraries
/
lhlib
/
lhglue.lzh
/
DeleteBu.asm
< prev
next >
Wrap
Assembly Source File
|
1990-07-26
|
164b
|
15 lines
section text,code
xref _LhBase
xdef _DeleteBuffer
_DeleteBuffer:
move.l a6,-(sp)
move.l _LhBase,a6
move.l 8(sp),a0
jsr -36(a6)
move.l (sp)+,a6
rts
end