88a89
> Bitfield<7, 4> decodeVal;
92,93c93,94
< Bitfield<4> addr;
< Bitfield<3> op;
---
> Bitfield<4> op;
> Bitfield<3> addr;