Question: Given the below variables declared in a C++ program: int y int x = 5 7: int Z - 19; int w = 4; int
Given the below variables declared in a C++ program: int y int x = 5 7: int Z - 19; int w = 4; int ri, r2, r3, 14; write the appropriate inline assembly code to calculate the following: r1 = x + y r2 = y - x r3 = x - y + z r4 = (w - x) + ( Z -Y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
