minor accuracy on ARM version

This commit is contained in:
Yann Collet 2015-09-04 03:19:30 +01:00
parent da613e8a12
commit bbcfb7b346

View File

@ -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 |