✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Let’s take two 8-bit registers r1 contains a binary value 10101011 and r2 contains a binary value 01111110. What be the value of r3 after applying the ORR instruction as in the following line?
ORR r3, r2, r1
1010101101111110------------