home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff436.lzh
/
LhLib
/
LhGlue.LZH
/
CreateBu.asm
next >
Wrap
Assembly Source File
|
1990-07-26
|
164b
|
15 lines
section text,code
xref _LhBase
xdef _CreateBuffer
_CreateBuffer:
move.l a6,-(sp)
move.l _LhBase,a6
move.l 8(sp),d0
jsr -30(a6)
move.l (sp)+,a6
rts
end