Question: After the following MASM code is executed: mov eax,5 mov ebx,6 mov ecx,7 add eax,ebx sub eax,ecx What is the value in the eax register
After the following MASM code is executed: mov eax,5 mov ebx,6 mov ecx,7 add eax,ebx sub eax,ecx What is the value in the eax register (in decimal)? What is the value in the ebx register (in decimal)? What is the value in the ecx register (in decimal)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
