For example, if an address is: ``` 0bABCD_EFGx ``` where `x` is the R/W bit on the wire, should callers provide: ``` 0b0ABC_DEFG ``` or ``` 0bABCD_EFG0 ``` ?