00:01
Hello students, writing an assembly code for the arm architecture.
00:05
So over here first of all the first is an arithmetic instruction.
00:09
So the result of this for the first add r3, r1, r2.
00:15
So the resultant of this will be r3 will store the value of r1 plus r2.
00:22
Similarly the subtraction of this r4 will store the value of r1 minus of r2.
00:29
Then the logical instruction, whereas in a logical instruction the r3 is the resultant where it will store the r1 and the r2.
00:40
The logical operation performed with r1 and r2 will be stored in an r3, whereas the or operation with the r4 will store the operation as the r1 or r2.
00:55
The next er, that is the r5.
00:59
R5 will store the value of r1 with the xor with the r2.
01:07
The next is the bic here, it is the bitwise and with the complement.
01:13
So that is the r6 will store the value of r1 with the and with the negotiation of the r2.
01:21
And the next is the mvn...