Question: An assembly function named daHello is called from a C program in the following C code segment. int a =10 int b = 20 int
An assembly function named daHello is called from a C program in the following C code segment. int a =10 int b = 20 int c c = daHello(&a, &b) in the assembly code write the assembly statement to load the value of variable a in register r5
in the assembly code write the assembly statement to load the value of variable b in register r6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
