Handbook
Glossary
8hi-lo ( byte -- hi lo )
Vocabulary
compression
.
run-length
Inputs
byte
an
object
Outputs
hi
an
object
lo
an
object
Definition
USING:
kernel
math
;
IN:
compression.run-length
:
8hi-lo
( byte -- hi lo )
[
240
bitand
-4
shift
]
[
15
bitand
]
bi
;
inline