Question: Part 1 of 4 - Let's create a straightforward example. MOV r1, #2; Put 2 in register r1 MOV r2, #-3; Put -3 in register

 Part 1 of 4 - Let's create a straightforward example. MOV

Part 1 of 4 - Let's create a straightforward example. MOV r1, #2; Put 2 in register r1 MOV r2, #-3; Put -3 in register r2 ADD ro,r1, r2;Add r1 to r2 and put the result in ro Note how simple the instructions are. Basically, each instruction performs one primitive operation. Note also, the semicolon indicates the start of a comment field that is not part of the executable code. Use the Keil simulator to write, assemble, and run the above program fragment. Do you get the expected answer, especially the negative numbers? Note that you will need to use appropriate assembly directives to make this program fragment a program. Modify your program by initializing the values of r1 and r2 using literals, as shown below. Assemble and run the program. What is the value of ro in 8 hexadecimal digits after running the program? Write each hexadecimal digit in a box, i.e., do not write more than one digit in each box. you have to fill ALL boxes, even if its value is zero. Question 1 of 4 4.0 Points When the value of r1 is -2, and the value of r2 is -5, the value of ro in 8 hexadecimal digits will be 0x

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!