Question: 3. Under Linux, use gcc -m32 to compile and run the following program int *FP; // a global pointer main (int argc, char argv,char *env[])


3. Under Linux, use gcc -m32 to compile and run the following program int *FP; // a global pointer main (int argc, char argv,char *env[]) int a,b, c printf ("enter mainln") a-l: b-2; c-3 A (a,b) printf ("exit main ") int A (nt x, int y) int d,e,f printf ("enter AIn") B (d, e) printf ("exit Aln") int B(int x, int y) int u,v,w printf ("enter Bln") asm("mov1 %ebp, FP"); // set FP-CPU, s \ebp register // Write C code to DO (1)-(3) AS SPECIFIED BELOW printf("exit BIn")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
