Register r0 holds 0xBBBB0000, and register r1 holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU executes
Posted: Tue Jul 12, 2022 8:09 am
Register r0 holds 0xBBBB0000, and register r1 holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU executes the following instructions? Explain for full credit. 1. ORR r2, r0, r1 2. ORN r2, r0, r1