UNSIGNED
0
One value, every base. Type in any field. Values are masked to the selected word width.
Operations act on the working value and mask to the current width. The operand reads as hex unless you prefix it with 0b or 0o.
Toggle any bit. Paint named fields across bit ranges to decode a register or a protocol byte. Field map exports as JSON.
Bit indices are inclusive. HI is the high bit, LO the low bit. Enum maps read like 0=idle,1=run,2=fault.
Feed a byte string. The catalog runs standard CRCs; the custom row takes your own Rocksoft parameters.
| Name | W | Poly | Init | Ref | Result |
|---|
| Algorithm | Result |
|---|
Paste a frame with its CRC already appended. NIBBLE splits off the trailing CRC bytes (width / 8 of them), recomputes over the rest, and reports pass or fail.