- A Register R0 Holds 0xbbbb0000 And Register Rl Holds 0x0000cccc What Is The Value Of R2 In Hex After The Cpu Execut 1 (40.63 KiB) Viewed 31 times
a. Register r0 holds 0xBBBB0000, and register rl holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU execut
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a. Register r0 holds 0xBBBB0000, and register rl holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU execut
a. Register r0 holds 0xBBBB0000, and register rl holds 0x0000CCCC. What is the value of r2 (in hex) after the CPU executes the following instructions? Explain for full credit. 1. ORR r2, re, r1 2. ORN r2, r0, r1 b. Register r0 holds 0x20304050. What is the value of rl (in hex) after the CPU executes the following instruction? Explain for full credit. 1. REV r1, re 2. REVSH r1, re c. What does "ALIGN 4, 3" means? Draw the memory layout if the data memory starts 0x20800000. a b AREA Middata, DADTA, AlIGN = 2; ALIGN DCB OXA1B1C1D1 ALIGN 4,3 DCB OXAF