Question: : pushl % ebp movl % esp, % ebp subl $ 1 6 , % esp movl 8 ( % ebp ) , % ecx
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax cmpl edx, ecx jg L movl $eax L: leave ret
Which one of the following assembly code fragments is equivalent to the above assembly code fragment?
Group of answer choices
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax subl edx, ecx cmpl ecx, $ jge L movl $eax L: leave ret
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax subl edx, ecx cmpl ecx, $ jl L movl $eax L: leave ret
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax subl edx, ecx cmpl ecx, $ jg L movl $eax L: leave ret
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax subl edx, ecx cmpl ecx, $ jg L movl $eax L: leave ret
: pushl ebp movl esp, ebp subl $esp movl ebpecx movl ebpedx movl $eax subl edx, ecx cmpl ecx, $ jl L movl $eax L: leave ret
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
