| Parameter | Description |
|---|---|
| a | 32-bit integer |
| start | Starting bit |
| len | Number of bits |
uint 32-bit integer
Extract contiguous bits from unsigned 32-bit integer a, and store the result in dst. Extract the number of bits specified by len, starting at the bit specified by start.
____ bextr r32, r32, r32