Question: Cs 218 Assembly language Given the following variable definitions and code fragment: ans1 dd 7 mov rax, 3 mov rbx, ans1 add eax, dword [rbx]
Cs 218 Assembly language
Given the following variable definitions and code fragment:
ans1 dd 7
mov rax, 3
mov rbx, ans1
add eax, dword [rbx]
What would be in theeaxregister (in hex) after execution?
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
