Question: a: 0x08 b: 0x0a c: 0x1f 2. Write a program to compute the specified expression. Use registers to hold the values of a,b and computation

2. Write a program to compute the specified expression. Use registers to hold the values of a,b and computation result. If the result is zero, store 0xf in register r7, otherwise store the result in register r7. Verify the value of register r7 in the debugger. Demonstrate your program to instructor r7= Describe how you implemented conditional constructs in your program and which flags determine the execution of those constructs: 3. Write a program to compute the specified expression. Use registers to hold the values of a,b,c. and computation result. If the result is positive set the value of register r7 to a+4 and store the value of register r7 into memory location with address 020000008. If the result is negative set the value of register r7 to b2 and store the value of register r7 into memory location with address 020000008. Verify the value in register r7 and memory location with address 020000008 in the debugger: Demonstrate your program to instructor r7= Describe how you implemented conditional constructs in your program and which flags determine the execution of thase constructs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
