Added ARM Cortex-M version

This commit is contained in:
Yann Collet 2015-09-01 16:12:51 +01:00
parent bce848635b
commit da613e8a12

View File

@ -209,10 +209,11 @@ Each version encapsulates the compressed result into its own header/frame format
|__Smalltalk__ (Pharo) |Mariano Martinez Peck |http://smalltalkhub.com/#!/~marianopeck/LZ4/ |
|__OCaml__ |Peter Zotov |https://github.com/whitequark/ocaml-lz4 |
|__Rust__ |Alex Crichton |http://alexcrichton.com/rust-compress/compress/lz4/index.html |
|__Cortex-M__ decoder |Jens Bauer |http://community.arm.com/docs/DOC-10570 |
|__8088 assembly__ decoder |Jim Leonard |http://www.oldskool.org/pc/lz4_8088 |
|__6502 & 65C02 assembly__ decoder |Peter Ferrie |http://pferrie.host22.com/misc/appleii.htm |
|__Atari XL/XE assembly__ decoder |xxl |http://xxl.atari.pl/?p=1524 |
|__65c816 assembly__ decoder |Olivier Zardini |http://www.brutaldeluxe.fr/products/crossdevtools/lz4/index.html |
|__Atari XL/XE assembly__ decoder |xxl |http://xxl.atari.pl/lz4-decompressor/ |