- 7 What Is The Result Of The Following Code Mov Bx 2 Mov Ax Offffh Imul Bx A Ax 2 B Ax Fffeh C Ax Ffffh D Ax 0 1 (42.64 KiB) Viewed 12 times
7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0
7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0 8. The instruction, CMP AL,X done by on operands it performs a) ADD AL,X b) SBB AL,X c) SUB AL,X d) ADC AL,X 9. The instruction that cannot use any prefix is--------- a) LODSW b) MOVSB c) CMPSW d) STOSB 10. 4. After execution of the following structure: W DB 4 DUP (4,5) A) W-4,5,5,5 B) W-4,4,4,4 C) W=20 D) W=4,5,4,5 11. One of the following is used with procedure:-------- a) CALL, JMP b) JMP, IRET c) CALL, RET d) JMP, RET 12. The instruction that unconditionally transfers the control of execution to the specified address a) JNE b) JMP c) JZ d) JNP