From bbcfb7b346f43755300076f498d628993e15c044 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Fri, 4 Sep 2015 03:19:30 +0100 Subject: [PATCH] minor accuracy on ARM version --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9fcbd21..67c4eea 100644 --- a/index.html +++ b/index.html @@ -209,7 +209,7 @@ 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 | +|__ARM Cortex assembly__ 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 | |__65c816 assembly__ decoder |Olivier Zardini |http://www.brutaldeluxe.fr/products/crossdevtools/lz4/index.html |