(1) Convert a decimal number 110 into binary number and hexadecimal number. Binary number [ 1 Hexadecimal number (2) X=0
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(1) Convert a decimal number 110 into binary number and hexadecimal number. Binary number [ 1 Hexadecimal number (2) X=0
(1) Convert a decimal number 110 into binary number and hexadecimal number. Binary number [ 1 Hexadecimal number (2) X=00FFH Y=3333H, Z=XVY= (3) If (DS) =2000H (BX) =1256H (SI) =528FH Displacement-20A1H (232F7H) 3280H (264E5H) =2450H Execute: JMP TABLE[BX] (IP) [ (4) If (DX) =0002H (AX) =0F365H (BX) =0005H ADD AX, CX ADC DX, BX Result: (DX) = [ SF= _], ZF=[ (5) If (AX) =0400H, (BL) =0B4H Execute: DIV BL Result: remainder = [ (6) If (BX) =84F0H Execute: SHR BX, 1 Result: (BX) = [ Execute: MOV CL, 2 SAR BX, CL; Result: = (BX) = [ quotient=[ (CX) =0E024H OF=[