12) varl word 5 var2 word 57 mov dx,0 mov ax,var2 mov bx,varl div bx Show the hexadecimal digits in ах: Show the hexadecimal digits in dx: 13) mov eax,20h ; i.e., 32 mov ebx,-2 ; i.e., FFFFFFFEh mov...


12) varl word 5<br>var2 word 57<br>mov dx,0<br>mov ax,var2<br>mov bx,varl<br>div bx<br>Show the hexadecimal digits in<br>ах:<br>Show the hexadecimal digits in<br>dx:<br>13)<br>mov eax,20h ; i.e., 32<br>mov ebx,-2 ; i.e., FFFFFFFEh<br>mov edx,0<br>imul bx<br>Show the hexadecimal digits in<br>еаx:<br>Show the hexadecimal digits in<br>edx:<br>14)<br>mov eax,0FFFFFFE0h ; i.e., -32<br>mov edx,0<br>imul edx, еах, -2<br>Show the hexadecimal digits in<br>еax:<br>Show the hexadecimal digits in<br>

Extracted text: 12) varl word 5 var2 word 57 mov dx,0 mov ax,var2 mov bx,varl div bx Show the hexadecimal digits in ах: Show the hexadecimal digits in dx: 13) mov eax,20h ; i.e., 32 mov ebx,-2 ; i.e., FFFFFFFEh mov edx,0 imul bx Show the hexadecimal digits in еаx: Show the hexadecimal digits in edx: 14) mov eax,0FFFFFFE0h ; i.e., -32 mov edx,0 imul edx, еах, -2 Show the hexadecimal digits in еax: Show the hexadecimal digits in

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here