aboutsummaryrefslogtreecommitdiff
path: root/src/real_mode/display.rs
AgeCommit message (Expand)Author
11 daysfix several sources of dead code warnings in various crate configsiximeow
12 dayslast vestiges of initial perf experimentsiximeow
12 daysanother fuzz bugiximeow
12 daysfuzz caught negation bugiximeow
12 daysInstructionTextBuffer for all three modes, adjust fuzzer to matchiximeow
12 daysadd additional `call` test casesiximeow
12 daysforward long deprecation allowances as appropriateiximeow
12 daysadapt protected-mode display to real modeiximeow
12 daysnormalize imports, pull safer_unchecked from yaxpeax-archiximeow
12 daysactually use new can_rep in 32b and 16b modesiximeow
12 daysport opcode helpers and reordering to 32-bit and 16-bit decodersiximeow
2024-04-02display opt: mem size labels and minor segment reporting changesiximeow
2023-07-16forward changes along to 16-bit decoder...iximeow
2022-04-30support 0x9a callf in 16/32-bit modesiximeow
2022-01-12fuzz DisplayStyle::C and fix corresponding issues1.1.4iximeow
2022-01-02Wrap unsafe functions to catch errors in debug5225225
2021-10-10support endbr{32,64}iximeow
2021-10-10consistentify doc styleiximeow
2021-10-10export `InstructionDisplayer` (#9)i509VCB
2021-08-21improve relative branch offset formatting for DisplayStyle::Ciximeow
2021-08-21fix negative relative branches (again!!! +- is bad!!!)iximeow
2021-08-14relative branches should be shown as $+offset, not just plain offsetiximeow
2021-07-04update crate to rust 2018iximeow
2021-07-04support avx512 registers >=16iximeow
2021-07-04support xacquire/xrelease prefixingiximeow
2021-07-04add real-mode decoderiximeow