Question: A bit-wise operation is defined as below: LDR r0, =0x000000C8 LDR r1, =0x00000038 AND r2, r0, r1 What is r2 value after AND operation

A bit-wise operation is defined as below: LDR r0, =0x000000C8 LDR r1, =0x00000038 AND r2, r0, r1 What is r2 value after AND operation is executed?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
