Question: cs 218 assembly language Given the code fragment: list1 dd 2, 3, 4, 5, 6, 7 mov rbx, list1 add rbx, 4 mov eax, dword
cs 218 assembly language
Given the code fragment:
list1 dd 2, 3, 4, 5, 6, 7
mov rbx, list1
add rbx, 4
mov eax, dword [rbx]
mov edx, dword [list1+8]
imul dword [list1]
What would be in theeaxandedxregisters after execution (in hex)?
eax
edx
Must answer in hex (must precede number with0x).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
