Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-16 | embarassingly had OperandSpec variants for modrm displacement == 0 backwards | iximeow | |
2020-02-11 | support `in` and `out` instructions | iximeow | |
2020-02-11 | add `RegSpec::name` to get `&'static str` labels for registers | iximeow | |
2020-02-11 | derive Ord and PartialOrd for RegSpec and RegisterBank | iximeow | |
this makes these usable as keys in collections such as BTreeMap. there is no specific ordering imposed by Ord (f.ex it may be the case that `eax > dx` while `eax > rax`), but some specific ordering may be imposed in the future. | |||
2020-01-15 | support "int imm8" instructions | iximeow | |
2020-01-15 | make space for non-64bit modes | iximeow | |