# Problem Select the operations needed to calculate the Two's Complement of 5. # Process ... # Answer 1. `MVN r0, #5`. 2. `ADD r0, r0, #1`.