aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
AgeCommit message (Expand)Author
2020-01-12make Instruction smalleriximeow
2020-01-12decode shift-by-cl and fix error decoding sign-extending operandsiximeow
2020-01-12first brush of Many operand use, for 3-arg imuliximeow
2020-01-12fix panicky negation in debug buildsiximeow
2020-01-12extend prefixed opcode support, add tests for alternate opcode mapsiximeow
2020-01-12remove unused operand variantiximeow
2020-01-12begone, warningsiximeow
2020-01-12add more x86 instructions (bt, btr, bts, bsf, ...) and xaddiximeow
2020-01-12begin supporting f30f instructionsiximeow
2020-01-12initial support for xmm instructionsiximeow
2020-01-12fix some warnings and rdtsc/swapgs decode errorsiximeow
2020-01-12segment rendering fixesiximeow
2020-01-12more serde friendliness, cli, cld, clc, sti, std, stc supportiximeow
2020-01-12fix incorrectly showing decode errors, add more system instructionsiximeow
2020-01-12support many more (system) instructionsiximeow
2020-01-12starting to get into some system instructions nowiximeow
2020-01-12fix incorrect sign tests and decode odditiesiximeow
2020-01-12try cleaning up hex display a bitiximeow
2020-01-12clean up colorization impliximeow
2020-01-12display impl for the rest of the registersiximeow
2020-01-12properly color operands, respect contextualized operands when availableiximeow
2020-01-12factor out display for x86, implement colorization... a bitiximeow