- Register R0 Holds 0xbbbb0000 And Register R1 Holds 0x0000cccc What Is The Value Of R2 In Hex After The Cpu Executes 1 (76.6 KiB) Viewed 38 times
Register r0 holds 0xBBBB0000, and register r1 holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU executes
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Register r0 holds 0xBBBB0000, and register r1 holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU executes
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