Skip to content

Kalmalyzer/bitstreamdecoder-68k

Repository files navigation

Bitstream decoder for 68000

3-bit stream decoder, optimized for 68000.

Each value is transformed through a lookup table, and output as 16-bit word.

Performance tends toward 22 cycles/entry when decoding long runs.

Build status

CircleCI

How to use

Include DecodeBitStream_3Bits.* into your application.

How to develop

Install dev tools:

Hack on the code, then run tests: make test

About

3-bit stream decoder for 68000 CPUs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published