I admit that I am very new to this language and I'm completely clueless about this stuff. I tried to learn by myself but I got a lot of difficulty. So, please help me if you can, I really appreciate that.
Here is the question that I want to discuss about:
Write a program that calculates the value of x using these two formulae:
w = (22102 * -12)/(18 ? 3)
x = (12032/w) * (2354 + 34)
Use the properly-sized signed or unsigned operands as appropriate. Demonstrate that your answer is correct by using the debugging software to walk through the program instruction by instruction. Take a screen shot of the debugging window that shows the value of every register and the named memory locations after each instruction executes.
Question
mickeyken
I admit that I am very new to this language and I'm completely clueless about this stuff. I tried to learn by myself but I got a lot of difficulty. So, please help me if you can, I really appreciate that.
Here is the question that I want to discuss about:
Write a program that calculates the value of x using these two formulae:
w = (22102 * -12)/(18 ? 3)
x = (12032/w) * (2354 + 34)
Use the properly-sized signed or unsigned operands as appropriate. Demonstrate that your answer is correct by using the debugging software to walk through the program instruction by instruction. Take a screen shot of the debugging window that shows the value of every register and the named memory locations after each instruction executes.
Can you please help me about that?
Thank you very much.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts