Age | Commit message (Expand) | Author |
2020-01-12 | decode shift-by-cl and fix error decoding sign-extending operands | iximeow |
2020-01-12 | first brush of Many operand use, for 3-arg imul | iximeow |
2020-01-12 | fix panicky negation in debug builds | iximeow |
2020-01-12 | extend prefixed opcode support, add tests for alternate opcode maps | iximeow |
2020-01-12 | remove unused operand variant | iximeow |
2020-01-12 | begone, warnings | iximeow |
2020-01-12 | add more x86 instructions (bt, btr, bts, bsf, ...) and xadd | iximeow |
2020-01-12 | begin supporting f30f instructions | iximeow |
2020-01-12 | initial support for xmm instructions | iximeow |
2020-01-12 | fix some warnings and rdtsc/swapgs decode errors | iximeow |
2020-01-12 | segment rendering fixes | iximeow |
2020-01-12 | more serde friendliness, cli, cld, clc, sti, std, stc support | iximeow |
2020-01-12 | fix incorrectly showing decode errors, add more system instructions | iximeow |
2020-01-12 | support many more (system) instructions | iximeow |
2020-01-12 | starting to get into some system instructions now | iximeow |
2020-01-12 | fix incorrect sign tests and decode oddities | iximeow |
2020-01-12 | try cleaning up hex display a bit | iximeow |
2020-01-12 | clean up colorization impl | iximeow |
2020-01-12 | display impl for the rest of the registers | iximeow |
2020-01-12 | properly color operands, respect contextualized operands when available | iximeow |
2020-01-12 | factor out display for x86, implement colorization... a bit | iximeow |