Longer bitfields
kaustubhcs opened this issue · 1 comments
kaustubhcs commented
Is it possible to display longer registers, 64 bits, 128 bits, or even some custom number x
bits?
Thank you,
wmat commented
I believe you just set the bits variable to whatever value you want. It defaults to 32. So bits: 64
or bits: 128
, etc.