Question: After the following MASM code is executed: mov eax,149 mov ebx,7 mov edx,0 div ebx What is the value in the eax register (in decimal)?
After the following MASM code is executed: mov eax,149 mov ebx,7 mov edx,0 div ebx
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 edx register (in decimal)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
