home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
disks
/
disk436.lzh
/
LhLib
/
LhGlue.LZH
/
LhDecode.asm
< prev
next >
Wrap
Assembly Source File
|
1990-07-26
|
156b
|
15 lines
section text,code
xref _LhBase
xdef _LhDecode
_LhDecode:
move.l a6,-(sp)
move.l _LhBase,a6
move.l 8(sp),a0
jsr -48(a6)
move.l (sp)+,a6
rts
end