Question: Given the following disassembly of a function: // long fun( long x ) // x in %rdi fun: movq %rdi,%rax shrq $0x1f,%rax addq %rdi,%rax sarq
Given the following disassembly of a function:
// long fun( long x ) // x in %rdi fun: movq %rdi,%rax shrq $0x1f,%rax addq %rdi,%rax sarq %rax retq
If x is given the value -3, what number is returned? ANSWER IN DECIMAL!!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
