# Problem What is the content of register `r5` after execution of the following instruction? Assume `r2` contains `0x34560701` and `r3` contains `0x56745670`. ```armasm XOR r5, r2, r3 ``` # Process ... # Answer ...