- A If R1 0b00010100 Then What Is The Value Of R2 When Cpu Execute The Following Operations 1 Lsl R2 R1 3 2 Lsr R 1 (116.7 KiB) Viewed 55 times
a. If r1=0b00010100, then what is the value of r2 when CPU execute the following operations? . 1. LSL r2, r1 #3 2. LSR r
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a. If r1=0b00010100, then what is the value of r2 when CPU execute the following operations? . 1. LSL r2, r1 #3 2. LSR r
a. If r1=0b00010100, then what is the value of r2 when CPU execute the following operations? . 1. LSL r2, r1 #3 2. LSR r2, r1 #3 3. ROR r1,4 b. If rl = 0b00010100 1. Show how to set bit number 6 using appropriate bitwise operation. 2. Show how to clear a bit number 5 using appropriate bitwise operation.