From da613e8a125f29312e1777cf290136e6eff4cfdf Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 1 Sep 2015 16:12:51 +0100 Subject: [PATCH] Added ARM Cortex-M version --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b2318dd..9fcbd21 100644 --- a/index.html +++ b/index.html @@ -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/ |