Question: IN LINUX Use objdump -D -M intel ex1 to dump the assembly code of ex1.c. Find . ex1 is ex1.c's excuation file. ex1.c : #include
IN LINUX
Use "objdump -D -M intel ex1" to dump the assembly code of ex1.c. Find
.
ex1 is ex1.c's excuation file.
ex1.c
:
#include
int main()
{
printf("Hellow ");
fflush(stdout);
for(;;);
return 0;
}
And what's the
What is the function of $ ./ex1 &
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
