aboutsummaryrefslogtreecommitdiff
path: root/test/real_mode/operand.rs
AgeCommit message (Collapse)Author
11 hourspusha/popa/push-imm memory sizesiximeow
11 hoursvmaskmovdqu, vmovq were also incorrect in some ways...iximeow
12 hoursmaskmov{q,dqu} memory access sizeiximeow
12 hourspush/pop for segment registers has implicit memory accessiximeow
12 hourspushf, popf, enter, leave, xlat all have implicit memory accessiximeow
also add "is_masked" to operand spec
2021-08-21clarify inaccurate 32/16-bit `call/jmp [mem]` mem_sizeiximeow
2021-08-21report memory sizes for push, pop, call, retiximeow
these instructions had memory sizes reported for the operand, if it was a memory operand, but for versions with non-memory operands the decoded `Instruction` would imply that non memory access would happen at all. now, decoded instructions in these cases will report a more useful memory size.