X86Operand
uses Option<RegAccessType>
for specifying the access types of memory operands
#135
Labels
X86Operand
uses Option<RegAccessType>
for specifying the access types of memory operands
#135
I found it confusing that
RegAccessType
is used. It sort of implies that it describes how the register is accessed and not the memory.e.g.:
The second operand has
access: Some(ReadWrite)
but that's not describing howrdi
is accessed.The text was updated successfully, but these errors were encountered: