Function rw

Source
pub fn rw(location: Location) -> Operand
Expand description

An abbreviated constructor for a “read-write” operand.

§Panics

This function panics if the location is an immediate (i.e., an immediate cannot be written to).