aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/regspec.rs
AgeCommit message (Collapse)Author
2020-08-15add register class constants to allow reasoning about register operands0.1.1iximeow
also bump to 0.1.1
2020-08-09adjust public interface: public items should all be stableiximeow
`OperandCode` (obviously) wildly varies depending on how i feel on a given week, so it's now hidden to avoid people depending on numerical values of its discriminants. `RegisterBank` got a similar treatment with a new `RegisterClass` struct that's suitable for public use.
2020-03-22yaxpeax-x86 decodes in 32-bit mode nowiximeow