Someone saw LZMA2 performed in assembly language? Thanks !
PS
Someone can translate C + + to assembler, thanks!
https://svn.r-project.org/R/trunk/src/extra/xz/lzma/
Dump Igor Pavlov's algo into a C compiler and get the assembler output.
Ther is probably no good reason not to build these files in a C compiler and link them into your MASM application. It is not the type of code easily hand ported and there may be no performance gain trying to do it that way.