aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/descriptions.rs
AgeCommit message (Collapse)Author
2023-07-08annotation ordering changed a bit in refactoring, for the better???iximeow
2022-05-30pshufb annotations use incorrect register banks (for now?)iximeow
the correct bank is applied far after register numbers are read. a correct annotation would need to know to defer emission until setting register banks, but also would need to work backwards for the number of bits between the current byte and modrm. not impossible, but substantial refactoring.
2022-05-07more annotation fixes?iximeow
2022-05-01add testing setup for field descriptionsiximeow