author: Krzysztof Dudek, Tomasz Biela
LZ4 decompressor (memory and stream)
https://lz4.github.io/lz4/ https://github.com/emmanuel-marty/lz4ultra https://xxl.atari.pl/lz4-decompressor/
name: | address: | type: | description: |
---|---|---|---|
buf | $0400 | array [0..255] of byte |
name: | description: |
---|---|
unLZ4 | procedure unLZ4(fnam: PString; outputPointer: pointer); overload;LZ4 I/O stream decompressor
parameters: |
unLZ4 | procedure unLZ4(inputPointer, outputPointer: pointer); assembler; register; overload;LZ4 decompressor
parameters: |