aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/behavior.rs
AgeCommit message (Collapse)Author
33 hourspush/pop width in 16/32-bit modes are receptive to operand width prefixiximeow
35 hoursj*cxz/pusha/popa alternate size formsiximeow
these all existed since forever but the library did not distinguish them and did not provide prefix information for users to tell which had been decoded.
46 hoursadapt long-mode behavior support to protected mode and real modeiximeow
along the way, fix an error: maskmov is memory read-write. additionally, operand information about {push,pop}a{,d}.