Support High-Bit-Zero Numbering on `bits`
Open
enhancement
language feature
- Dominant language
- Python
- Stars
- 92
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
A number of big-endian protocols number bits with bit 0 as the highest-order/first-read bit. This seems to be particularly common in protocols that are expressed in terms of *bitstreams*.
Emboss should provide a way to allow `bits` to be addressed with bit 0 as the highest-order bit.
Contributor guide
Assessment
This issue has not been assessed yet.