Consider two 32-bit variables var1 and var2. Assume that you can only use 16-bit registers. Is it possible to add these
Posted: Mon May 02, 2022 12:40 pm
Consider two 32-bit variables var1 and var2. Assume that you can only use 16-bit registers. Is it possible to add these two variables using 16-bit registers? If your answer is Yes, write the code for it. Otherwise, explain why it is not possible.