aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/behavior.rs
AgeCommit message (Collapse)Author
2026-05-25push/pop width in 16/32-bit modes are receptive to operand width prefixiximeow
2026-05-25j*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.
2026-05-25adapt 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}.